Today's email from Microsoft about Feb Flow features states:
Post richer messages in Microsoft Teams
Messages posted to Teams from Flow can now contain @mentions of other users, so they will be notified when you post. There is also a new action for Microsoft Teams that posts an adaptive card to a channel. Use the Teams connector
But I can't seem to make it work. I've tried messages:
- @reilly, tim and end up with that literal text, but no mention
- @[ID] where the ID comes from Office 365 user lookup, but I end up with @@{body('Get_user_profile_(V2)')?['id']}
- @[User Principal Name] again from Office 365 user, but I end up with @@{body('Get_user_profile_(V2)')?['userPrincipalName']}
- versions above the above without the @ which also don't work, although I then get the ID or principal name correctly.
Any ideas?