Sometimes you need to find flows created by a specific user as a Power Platform Adminstrator, for example if the user is no longer in the organization. In the admin center for Power Platform, it is possible to list the flows (or the Power Apps) in an environment, but the functionality is not very good. … Continue reading Find flows in Power Automate created by specific user
Power Platform
Copy file attachments from a SharePoint list item to another in Power Automate
The Case We are using Power Automate to copy an item from one list to another. The original item might have file attachments, so, in addition to copy the fields, we need to also copy the attachments. This cannot be done in the regular Create Item SharePoint action, so we needed to find another way. … Continue reading Copy file attachments from a SharePoint list item to another in Power Automate
Get the ID of the first item of a SharePoint query with Power Automate
The Case I have a flow in Power Automate where I need to lookup an item in a SharePoint list based on two lookup columns (in this example, the two lookup columns are called Patient and Exercise). I know that there will be one and only one item in the list with the combination of … Continue reading Get the ID of the first item of a SharePoint query with Power Automate
Copy an action from one flow to another in Microsoft Power Automate
The Case Often, one needs to create different flows in Power Automate that uses the same type of actions that you have used before. To be able to reuse actions, we want to be able to copy an action from one flow to another The Solution Microsoft have introduced a function in Power Automate that … Continue reading Copy an action from one flow to another in Microsoft Power Automate
Trigger Azure Function repeatedly with Do Until in Power Automate
The Case In a project I was working on I had the requirement that we needed to run a validation of data that was added to a list in SharePoint, and perform some advanced logic to update several other lists based on the input. The requirement was to run the check every five minutes for … Continue reading Trigger Azure Function repeatedly with Do Until in Power Automate