Publish files in SharePoint using Microsoft Flow and Column formatting
When using versioning with major/minor versions in SharePoint, you will come to a point that you need to publish your file. Out-of-the-box SharePoint provides you with that functionality by selecting More > Publish in the context menu of the file. But what if you want to do more than just publishing the file (e.g. Approval […]
Securing your HTTP Request trigger in Microsoft Flow
With Microsoft Flow, you can start a Flow with REST by using the ‘When a HTTP request is received’ trigger. Since the HTTP endpoint generated by Flow is not secured, practically anyone with the (guessed) HTTP Post URL can trigger your Flow. In this blog, I will explain how you can secure this trigger to […]