Building Approval Workflows with Power Automate (Microsoft Flow)
I recently started streaming on Twitch. In a recent stream I covered how to build approval workflows using Power Automate (Microsoft Flow).
Thoughts about SharePoint and Office 365 development
I recently started streaming on Twitch. In a recent stream I covered how to build approval workflows using Power Automate (Microsoft Flow).
Microsoft is making some pretty significant changes to PowerApps and Flow licensing starting on October 1, 2019. The details of these changes have been trickling out since the initial announcement in mid-July at the Inspire conference. July 16: The Inspire session where the licensing changes were first announced: Microsoft Power Platform business model and licensing… Continue reading PowerApps and Flow Licensing Changes – October 2019
If you search for information on Power Automate (Microsoft Flow) error handling you’ll find that the community generally recommends using a pattern like the one shown below. The actions that implement the main body of the flow go into a Scope which is followed by two parallel Scopes, one to hold the actions that complete… Continue reading Power Automate (Microsoft Flow) Error Handling
I’ve been doing a lot of work with Microsoft Flow lately and I came across a situation where I needed to make a call to the SharePoint REST API to move a list item from one folder to another. There’s currently no move action in Flow but there is a moveTo function in the REST… Continue reading Calling the SharePoint REST API in a Microsoft Flow