Forum Discussion
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 project has a associated MS Teams and I would like to get the MS Teams from the project and automaticaly add it in my SharePoint list.
I don't know if it's clear enough for you.
I created my list with the example bellow. Actually I import the link manually but I would like to create a flow to add the link in my list
Do you have any idea how can I do it?
1 Reply
- DavidFrancoeurBrass 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.