Category: Microsoft Flow

Using Microsoft Flow to Split PDFs based on Data Values
Using Microsoft Flow to Split PDFs based on Data Values
Blog Posts

In this article, we will explain how to use Microsoft Flow to process a document within a SharePoint Library and split the document into parts based on specific values within the document.  The document we are going to use in this example contains a mixture of single & multipage invoices. The scope of this flow… READ MORE

Building JSON Objects in Microsoft Flow
Building JSON Objects in Microsoft Flow
Blog Posts

A couple of days ago, I was helping a friend with a case in Microsoft Flow … So I thought this is a good time to write a new article that would be a reference for my friend, and hopefully others would find this useful if they came across the same issue. The Case It’s… READ MORE

Counting SharePoint users using Microsoft Flow
Counting SharePoint users using Microsoft Flow
Blog Posts

This post will show you how to make a REST call to the SharePoint API and process the JSON response using Microsoft Flow. Background As part of a solution I was building I needed to count the number of users in a SharePoint permission group. Unfortunately, the number of users is not returned in the SharePoint… READ MORE