Condition
Include a Flow Branch only when a Runner, device, language, timezone, or Value matches.
Condition keeps a Flow Branch only when a rule matches. Use it when mobile and desktop need different steps, or when a Run Value should turn a path on or off.

When to use it
Run mobile-only steps when Open used a Simulated Device.
Split language or timezone behaviour without duplicating whole Flows.
Gate a branch on a Run Value from a Recipe or CI/CD overwrite.
Place Condition early on the branch so excluded paths stay easy to read.
Configure
Basics
Condition
Runner (default), Runner Variant, Language, Timezone, or Run Value
Type
Equals (default) or Doesn't Equal
Runner
When Condition is Runner: Chrome, Firefox, Edge, or Simulated Device
Variant
When Condition is Runner Variant: browser size or named device
Language / Timezone
When Condition is Language or Timezone
Value Store Item / Value
When Condition is Run Value
Advanced
When should screenshots be taken?
Always or On Failures (default)
Status on fail
Related
Tags: runner, condition, branch, simulated device
Last updated