Forum Discussion
Tonje Waasjø
Jun 04, 2019Brass Contributor
Create site from flow
Hi, Is there a way to create a site from flow? Say that a form is filled out and triggers a flow that creates the site based on the information in the form?
- Jun 05, 2019If it is a modern group connected site you want to create, you could use the Flow Azure AD connector action 'Create group', to create a Unified group - that will provision the modern site collection for you.
Tonje Waasjø
Jun 04, 2019Brass Contributor
Thanks so much jonathan huysmans. Can I use this first method even though it is a modern site (site collection) and not a subsite?
jonathan huysmans
Jun 05, 2019Brass Contributor
Tonje Waasjø no you cannot using the first method, but you can use something similar if you're working with the Graph API and using the HTTP Trigger Connector in Flow.
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-provisioning-sites
- Rob EllisJun 05, 2019Bronze ContributorIf it is a modern group connected site you want to create, you could use the Flow Azure AD connector action 'Create group', to create a Unified group - that will provision the modern site collection for you.
- Rob EllisJun 05, 2019Bronze Contributor
something like this:
- Tonje WaasjøJun 05, 2019Brass Contributor