Forum Discussion
VArik966
Sep 20, 2021Brass Contributor
Copy MS Teams link to SharePoint List
Hi all, I have a question, I would like create a SharePoint list with all of my projects to have an proper overview and a Dashboard to manage all these projects with status etc. Every SharePoint...
DavidFrancoeur
Sep 20, 2021Brass Contributor
Hey VArik966
I would think about the trigger a bit and whether this is a one-time thing, or something you want to sync as new Teams get created, but as a really simple PoC for inspiration:
You need the Get Team within you ForEach loop in order to fetcth the Web URL of the Team to add to your list.
Hope this helps.