Description
The condition step executes the next steps in the path only if the specified condition is truthy.
Category
Control
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Condition type |
|
yes |
|
Always |
Type of condition to be checked. Possible values are `Expression`and `Script`. |
Expression record |
|
|
|
The record instance to be used to check condition |
|
Expression condition |
|
|
|
The condition to be evaluated as true. |
|
Script condition |
|
|
|
The script condition to be evaluated as true. |
Outputs
No configuration is needed.
Sample

The flow starts, the if step evaluates the condition, if the condition is true, runs the script and then the execution finished with the end step.