Flow
3 TopicsSending a Teams Message from Power Automate with Mention is failing
Hi, we are using a Power Automate Flow to send Teams Messages. This Flow is activated from a http call. But we are getting constant errors "Message mention text needs to be specified." This is the json for the adaptive card: { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Hi <at>John</at>" } ], "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "msteams": { "entities": [ { "type": "mention", "text": "<at>John</at>", "mentioned": { "id": "{Office365 User GUID}", "name": "John Doe" } } ] } } } Any Ideas how to solve this? for the User Id i tried my email and also the guid from the Graph Api Explorer...Solved5.3KViews0likes10CommentsAdd @mention programmatically to Teams channel message as reply
Is it possible to reply to a message with an @mention automatically via Power Automate or any other automation system? Use case is that I'm posting downtime information to a specific channel via email webhook, so the message is in plain text.Solved6.2KViews0likes4CommentsTeams adaptive card scaling is off on IOS
Hi! We've had several IOS user submit problem viewing the adaptive cards posted on Teams while viewed on Iphones. While troubleshooting, both Teams on Windows and Android showed the card just fine. But on Iphone, headlines are shifted, and long messages are cut. I've not verified if this problems affects older Iphones. I think it has something to do with how Teams is scaled. Worth mentioning that the users all have Iphone X or newer. Image: Flow Teams Mobil is a Iphone viewing the card Flow Teams PC is the same card on PC.1.7KViews0likes2Comments