Improve your switch case with coalesce in Power Automate
The Switch is one of the steps in Power Automate that can cause a lot of failures. And it might not always be clear why things are going wrong. The…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
The Switch is one of the steps in Power Automate that can cause a lot of failures. And it might not always be clear why things are going wrong. The…
Recently a new set of triggers was added to the Microsoft Flow SharePoint connector as I described in When a file or item is deleted triggers post. I did not realize that…
Every now and then I discover one of those features in SharePoint Online that is just awesome! Today I dragged a document into a library with a view that had…
Earlier this week there were a few new announcements related to Microsoft Flow. One of the important once for me is the option to find failed flows. When I build…
Recently I’ve had a library with roughly 8000 documents and my REST API was failing to find documents that weren’t in the set of first 5000 documents in the library.…
Today I’m looking at querying libraries using flow. Flow is making this easy as it has an action called Get Files (properties only) You specify the site, library and off…
Today one of my Office 365 customers mentioned to me a problem with copying files. When copying files they got the following message: But this Sorry, we couldn’t get the…
Over the past years many SharePointers got used to SharePoint Designer workflows. The SharePoint Designer workflows were connected to SharePoint lists or content types and some event in SharePoint would…
On the Microsoft Flow community site I found an interestig question about finding the first working day of the month using Microsoft Flow. So I thought I’ll take that challenge! First…