
Announcements
Hi all!
I have created an App to provision Teams.
Before a Team is created a button in Powerapps connected to a flow has to loop through all the Teams in the Organisation.
If I use the Connector list Teams it does list only the Teams the user is member of....
I need it to check all the organisation and to see if the name is available.
My question is:
The flow has to be run from a user that is requesting a Team
Flow has to find all the teams and see if the name is available
I am not sure if I should use the Graph API for the licensing part...
How can I run the flow with the owner user that has all the licenses...
Any ideas?