All posts tagged Microsoft Flow

Microsoft Flow – Determine The Approval Status of a SharePoint List or Library Item

When the business wants to control the data that is displayed to users a great way to do this is with content approval.  It’s easy to implement and use.  Simply enable the option in version control and anyone with Full Control, Design or Approve role is able to approve the items.

Determine Approval Status of SharePoint List or Library Item - Enable Content Approval

There is a great write-up by Chakkaradeep Chandran on how to automate the approval process of these items.  However, what Microsft Flow is missing is the ability to see what status the approval process is at.  There are many requests for this information in the Flow forums with no solutions beyond statements that Flow is lacking in this ability.  I was able to come up with a working solution to achieve this.  So read on to learn how to determine the approval status of a SharePoint list or library item.

Read more

Capture Comments from the Approver in Microsoft Flow

Now that I have completed my series on building a modern solution with SharePoint, PowerApps and Flow I want to start building on that solution.  The next enhancement I wanted to do was allow the capture comments from the approver in Microsoft Flow.  So whether the approver approved or rejected the request I want to be able to capture the comments if they provided any.  Because this is building on my previous solution you can see how that was built by clicking here.

Read more

Parsing JSON in Microsoft Flow

Something that is used a lot in Microsoft Flow is the HTTP request.  Whether you are calling a site’s REST endpoint or an Azure function, or in the case of today a SharePoint REST endpoint you need to be able to do something with the data returned.  The steps to do that are very simple and only require a free tool called Fiddler.  You can download Fiddler here (please note: I have nothing to do with Telerik, it’s just a nice tool I use often).  Go ahead and download the tool and we’ll move forward with the steps parsing JSON in Microsoft Flow

Read more

Updating a List Item from Microsoft Flow

In this post we will cover the steps needed in updating a list item with Microsoft Flow.

Read more

Setting SharePoint List-Item Level Security With Microsoft Flow

As I stated in my previous post I wanted to demonstrate how to do something in SPD Workflows as well as with Microsoft Flow.  In this second part, I am going to be setting SharePoint list-item level security with Microsoft Flow.  The steps are very similar, but I still wanted to provide examples for anyone just working away at some of these types of requirements within their own environments.

Read more