Tag: Power Automate

Dataverse Desktop Flow Power Automate Power Automate Desktop

How to use “Requeue item with delay” for work queue item in power automate desktop flow?

Use Case The “Requeue item with delay” pattern delays the execution of work queue item but does not define the max attempts for its processing. In the below example, I have demonstrated the technique to stop reprocess work items after certain attempts. To achieve that, we can use ‘requeuecount‘ property as max retry count and […]

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 
Azure Key Vault
Azure Azure Key Vault Desktop Flow Power Automate

How to use Azure Key Vault credentials in desktop flow connections?

Use Case To mitigate the risk of saving static machine credential in desktop flow action in cloud, we can leverage Azure Key Vault feature. This feature also addresses password rotation policy that most of the organizations follows. With ‘Credentials‘ feature in power platform, we can pull the latest password stored in Azure Key Vault and […]

Manish Solanki