Flow Patterns: Conditional Start
Goal
Run a Microsoft Flow only when a particular condition is met.
Solution
Here’s how you can implement the conditional start in Flow. On a Flow start, we need to check for a target condition with the Condition action. If the condition is not met, we stop the flow execution with Terminate action.
The condition and terminate logic is wrapped in the Scope, so it can be collapsed and make it easier to work with the main flow logic.
