In this series of posts, I explain how to manage permissions on a SharePoint List Item using Microsoft Flow. Initially I needed to change the permission on an item just after it is created to only be visible to people based on column values in the item. The building the flow included lots of topics from using REST api, extracting information from a previous step and separating my flow into re-usable parts. This is Part 1 of the series.

Read More
How to manage permissions on a SharePoint List Item using Microsoft Flow – changing Item permissions