Forum Discussion
Dosjots
Aug 14, 2019Copper Contributor
SharePoint Page Template/Filter Generation
Hoping to get some feedback on best technical direction for a particular SharePoint solution. We’re using SharePoint to manage ~100 projects across our business unit. We have a ‘Project’ list wh...
Thomas Berman
Aug 15, 2019Iron Contributor
This sounds like a pretty typical provisioning scenario. Take a look at doing something like this:
- Create an Azure Function which accepts parameters based on what you need
- Run a Flow when an item is created in the Project List which calls the Function and passes params based on list columns
- Azure Function creates site/page/provisions elements to page etc