Hello team,
Since today I cannot see who responded to Adaptive cards in MS teams that we're using through power automate.
Please see the comparison below:
Could you please revert this change or at least make this option variable?
Thank you,
Karel
Hi,
we have the same problem. Do you have already a solution?
Regards,
Andre
Hi Andre,
Unfortunately not. 😞
One workaround - I've added one more step in the flow - that when whoever accepts the card the name and time is recorded in an excel file.
But I would rather prefer the way it was before..
Thanks,
Karel
okay, thx. An alternative workaround would also be to post a reply message to the adapative card.
True, but would be a bit annoying. Still hoping for a fix or ideally that they will make it as an option - you would see who updated it if you wanted to.
Hi
we are having the same problem , how can we get Adaptive card Responded by to go back to the way it was.
@PowerAddictSid please help !
Thank you
This was a vital part of our flow, as it let other users know who picked up the ticket. This needs to be corrected please.
This is the work around I have created that will post a reply message to the Adaptive Card Response.
The following grabs the MessageId of the adaptive card posted to the channel.
@{
outputs('Post_an_Adaptive_Card_to_a_Teams_channel_and_wait_for_a_response')?['body/messageId']}
This grabs the name of the user that responded to the Adaptive Card.
@{
outputs('Post_an_Adaptive_Card_to_a_Teams_channel_and_wait_for_a_response')?['body/responder/displayName']}
Hi, thanks for that.
Yes, this is a way to go. But didn't want to spam the people seeing double amout of notifications in the channel.
However, all the users can turn off the reply messages notifications.
So I will personally use this workaround.
But it would still be better option to have it how it was - to show on the same card.
If somebody is interrested, here is how the workaround looks (have just first name and CET time zone):
Here is my code:
Processed by @{split(outputs('Post_adaptive_card_and_wait_for_a_response')?['body/responder/displayName'],' ')[0]} at @{convertFromUtc(outputs('Post_adaptive_card_and_wait_for_a_response')?['body/responseTime'], 'Central Europe Standard Time','HH:mm, d.MM. ')}
Thanks,
Karel
Same Problem here! Any progress? - workarounds are OK, but definitely that needs to be fixed
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
If you are a small business ISV/Reseller, share your thoughts with our research team.