AdaptiveCards
AdaptiveCards copied to clipboard
Refresh Adaptive Card when sent from Azure Logic Apps
Hello everybody,
I hope this is the right place for posting this question. I have a quite simple scenario. I am sending an Adaptive Card to two persons individually by e-mail (they are both mentioned in the TO field). When one of these two persons fill out the form inside of the Adaptive Card, it calls an Azure Logic App workflow which is waiting for a new HTTP request. It perfectly responds with the updated card, and this one is also shown for the user who had filled out the form.
But on the other hand, the other person does not see that the form had already been filled out. I would like to use this autoInvoke mechanism https://docs.microsoft.com/en-us/outlook/actionable-messages/auto-invoke to automatically update the Adaptive Card upon opening the message, but I would require a little bit of assistance. I hope this is possible.
Again, I hope this is the right place for this question and that the desired outcome is clear.
Thanks a lot!