Forum Discussion
EricDeferm
Oct 01, 2019Steel Contributor
Create Site Page with Flow
Is it possible to create a 'Site Page' within the Site Pages Library of a Communication Site or Modern SharePoint site using Flow? The Flow would be triggered when a new item is created in a standard List.
Use case > we're using a specific web part of a 3rd party OOTB intranet solution to publish corporate news. This web part is storing the news article in a proprietary system which is not indexed and as such not available for search within the standard SP Search - News tab.
- Rob EllisBronze ContributorYou could maybe use this as a starting point - http://www.sites.se/2018/08/sharepoint-modern-pages-microsoft-flow/
- Yep, what Rob said...you can use SPO REST API in your Flows what means you can do anything you need such as creating a new page in your site
- EricDefermSteel ContributorHi Rob, tx for your swift reply. I've seen that article before, useful yet also complex. Will consider it.