How to properly make use of Item-level Permissions in SharePoint

It’s always a struggle whenever you’re configuring something in SharePoint where a user puts in information that is privacy sensitive. Should you fix this by using custom permissions (by using a custom Flow of Workflow), using differerent lists/libraries for each sensitive data type, use item-level permissions or use views with a [Me] filter in it? […]

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 […]

Create a process driven Document Management System with Workflow within SharePoint

Sometimes, configuring workflows can be a real struggle. Especially when you want to have as few (performance) issues as possible. I got into a challenge where I needed to create a workflow solution for a process driven Document Management System and prevent performance issues and error occurrences but still keep the solution easy to use […]