
Announcements
Hi All,
I have multiple flows with a similar issues which a condition is evaluated, but all actions inside the condition are skipped:
As you can see above, the result is 'true', yet the actions in the 'If yes' branch are skipped.
Does anybody have any idea what may cause this and how to resolve it?
Of course within 10 minutes after posting this topic I find the root cause...
The issue is that I was manually triggering the flow for testing during the development. Because of the manual trigger, the "Respond to a PowerApp or flow" action is skipped. Since the Terminate action is configure to only run after the previous action was successful, it is skipped as well:
However, this doesn't cause the condition itself to fail, hence the flow continues from the first action after the condition.
By setting the Run After settings for the Terminate action to include 'is Skipped', the flow terminates as expected: