Hi,
I want to use flow to add external contacts (like Gmail,Hotmail emails ids) to the office365 group. As per definition, the office365 group can add external contacts as guests and send them an email invitation, when someone manually adds external contact (Gmail, etc) from OWA or Outlook.
I have made a simple form, which passes values ( name, email and group name) to flow, which successfully adds the email to the provided group name. (O365 hosted email id)
But when I use the external email address (like Gmail) it gives below error and the user is not added in the group.
Solved! Go to Solution.
Hi @wakhan007,
It is impossible to add an external user to O365 Group, but you should get its UPN.
And there is no action could get UPN of an external user, so the only way you could do is store these user UPN into an Excel table. When a response submits, use Filter array action to find corresponding UPN, and add it into the Group.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @wakhan007,
The Add member to group wants the User Principal name, it is a string of code, not an Email address.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So it's not possible? What if i add the external email id as contact first and then import that contact in GroupID.
Hi @wakhan007,
It is impossible to add an external user to O365 Group, but you should get its UPN.
And there is no action could get UPN of an external user, so the only way you could do is store these user UPN into an Excel table. When a response submits, use Filter array action to find corresponding UPN, and add it into the Group.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
43 | |
37 | |
36 | |
23 |
User | Count |
---|---|
47 | |
31 | |
29 | |
29 | |
28 |