Definition
The Decision action evaluates specific conditions to be true or false and determines the path a workflow should take based on those conditions. This enables workflows to respond dynamically to varying scenarios.
Instructions
To add the Decision action to the workflow diagram, drag and drop the action from the list on the left onto a "+" icon in the workflow diagram.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Properties
The properties of the action can be customized on the step properties panel on the right-hand side of the workflow designer.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Customize the Step Name and Step Description to add readability to the workflow action within the workflow designer.
The True Label and False Label can be customized to aid in readability of the workflow designer, as needed.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
This action has one configuration button, Configure.
Configure
Click Configure in the properties panel to begin configurations in the Condition Builder.

The Condition Builder allows you to configure the conditions evaluated by the Decision action. The conditions will be evaluated to be either TRUE or FALSE, regardless of the label used for the two branches.
Click on + New Row or Add Condition to add at least one condition to the builder.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
On the Data Source dropdown, select WF Variable or Data View. Data Set Variables are also available when the Decision action is placed inside a Loop.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Select the WF Variable or Data View from the dropdown list.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Select the Comparison operator.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
On the Compare To dropdown, select the type of data source to compare to, either WF Variable, Data View or Value.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Select the specific WF Variable or Data View or enter the static Value.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
For multiple conditions, click on + New Row to add additional lines and configure if the evaluation should use an AND or OR joining operator.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
To delete a condition, check the box on the left and click Remove Row.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Once all conditions have been configured, click on Save to commit the changes and return to the workflow diagram.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
The Decision action branches into two directions after it evaluates the condition. The last part of configuring this action is to determine what happens on each branch when the evaluation is true or false.
.png?sv=2022-11-02&spr=https&st=2026-03-08T07%3A32%3A27Z&se=2026-03-08T07%3A44%3A27Z&sr=c&sp=r&sig=l6AB3qtr1zS7JuCA4zLm8sW2t%2BBh7gRck%2F8wnrm6L7w%3D)
Finish
Each branch of the Decision must end with the Finish action.
Troubleshooting
The workflow designer will prevent you from publishing a workflow when configurations are incomplete. Here are common error messages and how to address them.
Message | Fix |
|---|---|
Decision: 'items' must not be empty. | The conditions are missing. Configure the conditions for the decision. |
Decision: 'trueLabel' must not be empty. Decision: 'falseLabel' must not be empty. | The True Label defaults to 'true' and the False Label defaults to 'false'. The workflow cannot be published if either of these properties is erased and left blank. |
Diagram Error 'Finish' is missing in at least one branch. | Ensure both branches from the Decision action conclude with the Finish action. |

