Updating a multi-people field in SharePoint with Microsoft Flow

If you want to update an item/document metadata in SharePoint with Flow, the Update Item / Update File Properties action is your saviour. Or isn’t it? I stumbled upon a call for help on Twitter from Vlad Catrinescu (@vladcatrinescu) where he asked how to update a People field with multi-select option enabled. I went to create […]

Microsoft Flow: Perform actions on users in a SharePoint Group using the API

Recently, I was asked to create a Flow for a customer which had some approvals, notifications and some other stuff in it. One of the scenario’s I had to implement was to send a notification to a group of users. First thing that came to mind was to create a SharePoint Group and use the […]

Checking out and updating items in another Site with SharePoint 2013 Workflow and the REST API

Last year, my colleague Django wrote about creating items in another Site (Collection) with a workflow by using a Call HTTP Web Service action. I want to take this case a bit further and explain how to (bulk) update items in another Site, especially when that items need to be checked out before they can […]