Automate SharePoint Document Libraries Management using Flow, Azure Functions and SharePoint CSOM
I’ve been working on a client requirement to automate SharePoint library management via scripts to implement a document lifecycle with many document libraries that have custom content types and requires regular housekeeping for ownership and permissions.
Solution overview
To provide a seamless user experience, we decided to do the following:
1. Create a document library template (.stp) with all the prerequisite folders and content types applied.
2. Create a list to store the data about entries for said libraries.… [Keep reading] “Automate SharePoint Document Libraries Management using Flow, Azure Functions and SharePoint CSOM”