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
You'll need to utilize a get user action from the Azure AD connector and pass that ID to it, then you can return the users display name into the message body and you should be good to go.