If
If
Add action
Use context menu or action toolbox to add If action to workflow scheme.
- Click on the area with (
) icon on the scheme and:
- Select category Logic and Flow;
- Choose If.
- Select category Logic and Flow;
- Drag and drop If action to the area with (
) icon on the workflow scheme.
Configure action
Open action configuration dialog to edit action properties:
- Open action context menu on the scheme and choose Edit;
- Or double click the action on the scheme.
Action properties
Use configuration dialog to edit action properties:
Property |
Description |
Title |
Defines action title.
By default the title is action type name. |
Expression |
If expression is resolved to YES at action runtime, the workflow will enter Then branch. If NO, the workflow will go to Else branch.
Lookups are available for this property. |
Examples
Single condition:

Condition with multiple fields using variables:

If condition returns False process will follow the No branch.