How to Split Flow in Power Automate

234 Views Asked by At

I use Power Automate and Azure Boards. I am created 7 cloud flows. Now when i created initiative in azure boards all threads start firing at the same time and I have many child tasks. How do I set up my flows so that only the first should be "on create", the rest should be on transition between flow (status change) ? This my flow: enter image description here

1

There are 1 best solutions below

1
On BEST ANSWER

Based on your requirement, you need to modify the trigger of your Power Automate flow.

How do I set up my flows so that only the first should be "on create"

You can set the trigger: When a work item is created

For example:

enter image description here

In this case, the flow will be triggered when creating work item.

the rest should be on transition between flow (status change) ?

You can set the trigger: When a work item is updated

enter image description here