Hello,
I'm having difficulties with adding users to an Office365 group.
These are my flows:
Flow 1: Takes the input from a Microsoft Form to a Sharepoint List.
Flow 2: Triggers whenever a new item is added to the Sharepoint list. Starts an approval. After the approval the user is created in Azure AD.
After the user is created in Azure AD I add the user to an office365 group using the Office365 groups -> Add member to group action.
I select the group from the drop down and I user the UPN based collected from the previous Azure AD -> create user action.
For some reason I keep getting this error: Action add user to group failed: Invalid target for navigation property update. URI must target an entity.
I already tried using the GUID but this gives me an error: Resource '......0-8beb-4300-ae3e-1ef9f543a14e' does not exist or one of its queried reference-property objects are not present. I used the Powershell Get-UnifiedGroup command to get this GUID.
Hopefully someone can help me solve this issue 🙂
Thanks a lot!