Forum Discussion
SuleimanDC
Sep 02, 2020Iron Contributor
Power Automate: Post a message when a new member is added to the Team
Has anyone tried this flow? I've added it to my test team but the message output is directed to the object id associated with the user. See the attached file for clarity.
- Sep 03, 2020You have to use one of the other actions that say mention a user instead of post the a message action.
Sep 02, 2020
Updated reply, thought you could pass User ID to the Office 365 users connector, but you can pass ID to azure AD connector, then return display name. So add that in between your first step there and pass the userid then you can use Display Name from that step in your message body.
SuleimanDC
Sep 03, 2020Iron Contributor
ChrisWebbTech Thank you. I will give that a go. This flow was documented in one of the "what's new in M365" videos and it's also listed as a template on Power Automate so thought it should work as expected without me having to change anything.