Forum Discussion
Stumac
Oct 19, 2021Copper Contributor
List of all SharePoint active sites... in a list (modern)
How would I create a SharePoint list of active SharePoint sites? I know I can view my active sites in SharePoint Admin Centre, but I want our users to be able to browse through in a modern experi...
Oct 20, 2021
One possible way without having to write a line of code is the following:
(1) Create a Site that will be the entry point to the Project Sites
(2) Promote the Site to be a Hub Site
(3) Associate all the Project Sites to the Hub site
(4) Add a Sites WebPart to the Home page of the Hub Site and just configure it to get all the sites joined to the Hub
(1) Create a Site that will be the entry point to the Project Sites
(2) Promote the Site to be a Hub Site
(3) Associate all the Project Sites to the Hub site
(4) Add a Sites WebPart to the Home page of the Hub Site and just configure it to get all the sites joined to the Hub
- StumacOct 21, 2021Copper Contributor
Hi Juan & Andrew, those options don't quite work as I would like. Do you think I could use Power Automate to add a new site (trigger) to the SharePoint list when it is created? Writing code is not really an option, but think I could figure Power Automate.
- StumacOct 25, 2021Copper ContributorCan't find a trigger for new site, so how about
1. PowerApps to build a form
2. Send data to SharePoint list
3. PowerAutomate to trigger when a new item is added
a. Create the Microsoft Team
b. Add Member to the Team
c. Get SharePoint URL of Team (can you/how do you do this with Graph API???)