core_condition
Router / IF-ELSE block: compare two values (e.g. invoice amount > 1000) and route the workflow down a True or False branch. Local, free, side-effect-free — the building block for conditional automations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | Left-hand value — a literal or a value from a previous step. | |
| label | No | Optional human label, e.g. "High-value invoice?". | |
| right | Yes | Right-hand value to compare against. | |
| operator | Yes | How to compare, e.g. ">" for "Invoice amount > 1000". |