Reputation: 1
I have a Power Automate workflow that posts messages to a Teams channel. It posts to the channel correctly, but the Feed and the mobile notifications only say Card. I've tried adding the "summary": property above the body section, but that didn't do anything. I'm using the "Post card in a chat or channel" action. Is there another property that can be used?
Post a card in a chat or channel
Teams Feed notification
Upvotes: 0
Views: 524
Reputation: 21
I know a lot of time has passed, but this issue bothered me for a while until I came up with a workaround. This thread used to pop up as one of the first results when searching the internet for a solution, so for future seekers, here’s the workaround:
Instead of using a single "Post an adaptive card to chat or channel" block, you need to split the MS Teams message sending into two steps:
The final result regarding the notification looks like this:
As you can see, the expected text has appeared in the notification, and Teams interprets this post as a regular text message. However, the message is edited into an adaptive card and finally looks like this:
As shown, the post has been edited and the adaptive card is displayed. Of course, the final look of the adaptive card depends on its individual design.
Upvotes: 0