Flow controls
Condition
Directs a stream based on true/false results of comparisons.
Type: condition/v1
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| rawExpression | Raw Expression | BOOLEAN Optionstrue, true | Set condition as raw expression or list of conditions. | true |
| conditions | OR Conditions | ARRAY Items[[{STRING(type), BOOLEAN(value1), STRING(operation), BOOLEAN(value2)}(boolean), {STRING\(type), DATE_TIME\(value1), STRING\(operation), DATE_TIME\(value2)}\(dateTime), {STRING(type), NUMBER(value1), STRING(operation), NUMBER(value2)}(number), {STRING\(type), STRING\(value1), STRING\(operation), STRING\(value2), STRING\(value2)}\(string)]] | OR Condition array that contains AND Condition arrays | false |
| expression | Expression | STRING | The raw expression. | true |
How is this guide?
Last updated on