If
Branches the workflow based on a specified condition.
Category: Flow Control & Logic · Group: Flow Control · Activity name: IfCondition

Example
if items.length > 0:
WriteLine("Items found")
else:
WriteLine("No items")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Condition | boolean | Yes | `` | A boolean expression or condition to evaluate. |
Branches
trueBranchfalseBranch