Category: Desktop Flow

Dataverse Desktop Flow Power Automate Power Automate Desktop

How to retry 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 
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