I have 2 Power Automate workflows for an adaptive card within a teams group chat.
First is adding in teams an adaptive card with "Post card in a chat or channel" with the property Card Type ID, within this card there is a multiple-choice selection. There is then a 3 day delay. If there is no response, in the same flow I have an "Update Adaptive Card" action to refresh the card and remind the GC that a response is pending.
Workflow no 2 is using "When someone responds to an adaptive card" trigger with the property Card Type ID configured. As long as I don't update the adaptive card the action.submit works correctly, but if updated I get the error: Unable to reach app. Please try again.
I think once the Update Card action occurs the Card Type ID is lost and is unable to be received by the second flow. Any known workarounds for this?