Tag: Power Automate

Power Automate Power Automate Desktop

How to update the input value of in processing work queue item in Power Automate Desktop?

Use Case The Power Automate Desktop (v2.50) allows updating value of work queue items without changing the status of an item. However, it failed to update the input value while processing the work queue items (Processing Status). Through this tutorial I have explained the process to solve this problem by updating the value of ‘Queued‘ […]

Manish Solanki 
AI Builder Dataverse Outlook Connector Power Automate

How to process invoice document without setting up custom AI builder model?

The introduction of adding images or documents (in preview) as input parameter in custom GPT prompt makes it easier for non technical users to extract specific fields without the need for pre-training models with sample data. This reduces the time and effort spent on preparing and fine-tuning custom models for document processing. Features & Benefits: […]

Manish Solanki 
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