Forum Discussion
JamesTredree
Nov 20, 2018Copper Contributor
Using Flow to Create News Items from a SharePoint List
Hi, Is it possible to create a News Items in a SharePoint Modern site using Flow with data from a SharePoint Online list within the same site? If yes, how? Thank you
Matthew DiLiberto
Nov 20, 2018Brass Contributor
I don't believe creating Modern Site Pages/News is possible using native actions in Flow/Logic Apps.
One possible (advanced) solution would be to:
- Trigger a Flow from a list item
- Get the item's properties
- Call an Azure Function that creates a modern page using the information from the list item: Customizing "modern" site pages
- Publish the page as news
- Nov 20, 2018Mmm...let me disagree here. In Flow we can directly call SPO API so in theory we can do whatever we need inside the Flow
- Terry MatthewsFeb 20, 2019Copper Contributor
I want to do this as well.
What ever happened with this post? Did you guys find a solution?
I did look up https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-pages and the C# code is there.
Not sure if Azure functions, graph, other API things, could be used to create this functionality?
Anyone have an idea or working solution?
Terry