I have a flow that checks if a certain person creates an event. If it is, I want the flow to end. I don't see any action that allows me to do that, or is there?
Solved! Go to Solution.
There is an action called Control-Terminate
https://powerusers.microsoft.com/t5/Flow-Ideas/Stop-Command/idi-p/39287
Hope this helps
Hi @mj4golf,
Could you please share your flow configuration here?
How do you configure the checks in your flow?
You may take a look at the do until action, in the following article:
https://flow.microsoft.com/en-us/documentation/common-data-model-approve/
If you added the check into an Apply to Each, then tehre is no way to end the flow until the Apply to each finished.
Regards,
Michael
There is an action called Control-Terminate
https://powerusers.microsoft.com/t5/Flow-Ideas/Stop-Command/idi-p/39287
Hope this helps
"If you added the check into an Apply to Each, then tehre is no way to end the flow until the Apply to each finished."
Ugh. Come on MS. How hard is it to terminate a workflow.
You can use Do Until loop (aka while loop) until your condition is met, or add a condition as the first action in the foreach to skip if the condition is met (this will mean the loop continues, but does nothing).
Acces to the link is denied for me, could you share the content here?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
26 | |
16 | |
16 | |
15 |
User | Count |
---|---|
145 | |
45 | |
44 | |
33 | |
30 |