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?