Is there a way to format or design the 'update message' layout of an Adaptive card in Teams?
After you've sent an adaptive card and waited for the response, you can send an update message.
Right now I get this big "Adaptive cards | Power Automate" logo and I can only seem to add plain text in the response.
Does the update message support Adaptive card JSON as well or is there an other way to respond nicely formatted feedback to the user? Basically I'd wish to get rid of the Adaptive cards logo, but how?
Solved! Go to Solution.
@RobbertJan I see and test your json squema and it's ok see
See try looking your message in teams web, with some navigators like edge or chrome, even firefox, It you see your message well please try to clear the teams desktop app cache.
Proud to be a Flownaut!
hi @Robbert-Jan yes a way exist. See everything in Power Automate is Json languaje so adaptive cards too. Please visit this page to see how can you create your own adaptive card. https://adaptivecards.io/
Proud to be a Flownaut!
This is what I get when I put Adaptive cards JSON in the "update message" field when Posting an adaptive card to a teams user and await response... teams-adaptive-reponse.jpg
What am I missing or doing wrong?
oh @Robbert-Jan it looks like some braket is missing, please could you paste here your json squema?
Proud to be a Flownaut!
This is the JSON code that I'm using in the "update message" field.
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Thank you",
"size": "ExtraLarge",
"weight": "Bolder",
"color": "Good"
}
]
}
]
}
@RobbertJan I see and test your json squema and it's ok see
See try looking your message in teams web, with some navigators like edge or chrome, even firefox, It you see your message well please try to clear the teams desktop app cache.
Proud to be a Flownaut!
Having the same issue as the original poster. Can't make a custom update card.
@Anonymous could you share an screanshot?
Proud to be a Flownaut!
Hi @ChristianAbata I'm having the same issue. I'm not sure you used the JSON code supplied by @Robbert-Jan in the Update Message field of the Post an Adaptive Card to a Teams user and wait for a response as it would show a Responded by... note at the bottom as in @Robbert-Jan's sample image.
So is the conclusion that the Update Message field of the Power Automate action cannot actually contain a JSON adaptive card - it would be very disappointing if this is the case ?
This is still the case and a serious missing feature.
Hi Christian. It looks like unlike others on this post, you have managed to get this to work. Are you suggesting in your message that the bug causing JSON format given in "update message" to not be interpreted as JSON can be fixed by clearing your MSTeams Cache?
That would be an interesting fix given that it seems a consistent issue across devices. It's also been a couple months since I last tried and I would be curious to see if it is fixed. The last time I tried I am not even sure if Dynamic content worked in the updates.
I have this exact same behavior and have not figured it out. Shows the same in Desktop Client and web client.
This is still a missing feature which seems strange to me. The update field cannot contain a card. At the very least this simply means the response text cannot be wrapped. Has anyone found a solution?
Who marked this as a solution. This is NOT a solution and does not work in the Team environment as originally asked for.
Please reject this as an appropriate answer to the original post.
While at some point somebody may have been able to get this to actually work by using JSON formatted messaging in the output it is no longer working nor is it supported.
User | Count |
---|---|
87 | |
37 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
49 | |
46 | |
27 | |
25 |