Microsoft Flow – Get your manager to approve documents
Today, a very quick post about Microsoft Flow. You want to get the manager of the user that created a document to approve a document. You don’t want to specify…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about Microsoft Flow.
Today, a very quick post about Microsoft Flow. You want to get the manager of the user that created a document to approve a document. You don’t want to specify…
Today, I was asked about triggering a flow only when a document set is created. I started by enabling Document sets on my site. (note that this is a site…
Recently Microsoft has added a lot of new modern out of the box web parts to SharePoint Online. Customize pages with out of the box web parts So if your…
I’ve seen many people creating flows in Microsoft Flow where there was a need for reminders to be sent. All sorts of complicated loops are developed and it doesn’t really…
Within Microsoft Flow it is possible to create approval processes. Nothing special! Simply create an approval action You will now receive an email that looks as shown below: Or within…
Today I tried to update a field that contains a URL field (AKA Hyperlink or Picture). To update these kind of field you would normally have to set the field…
Until recently when I tried to share flows with a group of people I wasn’t able to do this in one go as it was only possible to select one…
After a few days of heavy testing a Flow solution I got the following warning: While we are running on Flow Free we get 750 flow runs and during testing…
Flow and Try, Catch and Finally For most developers the Try, Catch, Finally construction is a very common way of handling errors. Within Power Automate flows this pattern is also…