For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Condition Test Step

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

Field
What to set

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

Field
What to set

When should screenshots be taken?

Always or On Failures (default)

Status on fail

Pro tip: Pair Condition on Simulated Device with a desktop branch that uses Chrome Desktop so one Flow covers both layouts.

Tags: runner, condition, branch, simulated device

Last updated