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 I managed to get it to post the display name but it does not mention the user. Adding the @ sign does not improve the situation.
- Sep 03, 2020You have to use one of the other actions that say mention a user instead of post the a message action.
- SuleimanDCSep 03, 2020Iron Contributor
Thanks ChrisWebbTech it's working as expected now.