I have an approval flow which cleans up shift requests. There is an option to add some custom message information to this approval so that the user gets this message with the approval granted. Is it possible to use adaptive cards to change this message perhaps. Its a handy thing to remind an end user to do a certain thing or remember something relative to the shift. The alternative is to inject to the shift slot itself, but this seems more suited to scheduled things which re-occur.
Ideally I'd like a spot to populate the adaptive card say in a private tab in Teams, then whenever the flow runs its uses that adaptive card data as the custom message information. The card can then be cleared or set to a generic message for the bulk of the time.
Tony