Powe Automate - Get Team Web URL

 While working with Power Automate flow, i had a requirement to pull the web url of the Teams. Using the Get Team Information, i am able to get the ID of the teams not the Site URL.

By using Graph API and sending the requests i am able to get the details required. Here are the steps i have followed to get the information.

Add Action, Get Teams. Enter the Team ID/Name.

Then call HTTP Request as below.


We get the Teams details from Graph API. To get the URL, by using following expression, we can get the Teams URL.

outputs('Send_an_HTTP_request')?['body']['weburl']

Hope this helps.





Comments

Popular posts from this blog

Linksys Wireless Connection Failure

Power Apps toPower Automate Error - The input body for trigger 'manual' of type 'Request' did not match its schema definition , the input String does not validate against the date

Power Apps - Restricting the Text Box only Whole Numbers