Tag: Work Queue

Add and Retrieve Work Queue Items
Desktop Flow Power Automate Power Automate Desktop

How to add multiple work queue items & filter work queue items based on query?

Use Case In Power Automate Desktop version ‘2.49.176’, two new actions for work queue have been introduced: In this article, I will demonstrate how we can use those actions to add work queue items directly in Power Automate Desktop without using loops and improve efficiency in automation. We can also fetch the items from work […]

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