Condition
Splits the flow in two depending on a true/false test.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
condition | jsonata | yes | Expression that evaluates to a boolean, for example input.response.status = 200 |
Output
the boolean itself
Branches
truefalse