Hi,
I'm using powerapps to trigger a flow to add and remove users from certain azure security groups.
I'm able to add users to the group, but can't remove them, because the user running th powerapp are not the owner of the group.
The connection in my flow is running as the tenant admin, and if I'm running the powerapp with my admin account it works.
But when i run the app with a normal user, I get the following error trying to remove a user:
Ended up creating af flow using HTTP connecter to call Graph API, insted of using custom connector.
I can now see that I can only add users to groups I'm already in...
And it's not possible to add another group to owner of the security group.