Category: SharePoint

Outlook Connector Power Automate Power Automate Desktop SharePoint

How to create a word document with a repeating section in Power Automate Desktop?

Creating word documents from a template is a common action in Automation project. In this video, I demonstrated the detailed steps to create a Microsoft Word document from a template with a repeating section directly in Power Automate Desktop. I used power fx function as a substitute for “𝗦𝗲𝗹𝗲𝗰𝘁” action to avoid adding loop and […]

Manish Solanki 
Power Automate Power Automate Desktop SharePoint

Reusable child flow to read configuration data for Power Automate desktop flow

Use Case It is a very common scenario for automation workflow to maintain configuration data in SharePoint or Excel or Dataverse or any other data source. We repeated the logic for reading & accessing configuration object for all workflows. By leveraging reusability, I have designed a child flow in cloud that reads configuration data & […]

Manish Solanki 
Cancel Run Only User Flow
Power Automate Power Automate Desktop SharePoint

How to allow “Run Only User” to cancel a desktop flow trigger from cloud?

Use Case In many organizations, business users are not granted owner/co-owner access but are allowed to run or trigger flows by granting ‘Run Only User‘ access permission. Business users can’t cancel the flow due to this restriction. To address this limitation, we can leverage SharePoint list & power automate cloud flows to allow them to […]

Manish Solanki