Add conditional branching logic to your workflows
You can add conditional logic to workflows in Paragon using our Conditional step. Conditionals allow you to define rules to determine which of two paths your workflow should execute.
To add a conditional to your workflow, click the ”+” button in the workflow canvas and choose the Conditional step from the sidebar.
To add a rule to your conditional, click the dropdown menu in the ‘select from step’ input to choose a value that you want to evaluate. In the input to the right, you can choose a conditional operator (e.g. is true, equals, greater than).
Note: Operators depend on the value’s type - for example, “greater than” only works for numbers, “exactly matches” only works for strings, etc.
string
string
string
string
string
string
string
string
string
string
integer
integer
integer
integer
date/time
date/time
date/time
boolean
boolean
Array
Array
If you choose a relational operator, another input will appear where you can type or choose or a second value to compare to.
You can combine multiple rules using “and” and “or” operators.
Add conditional branching logic to your workflows
You can add conditional logic to workflows in Paragon using our Conditional step. Conditionals allow you to define rules to determine which of two paths your workflow should execute.
To add a conditional to your workflow, click the ”+” button in the workflow canvas and choose the Conditional step from the sidebar.
To add a rule to your conditional, click the dropdown menu in the ‘select from step’ input to choose a value that you want to evaluate. In the input to the right, you can choose a conditional operator (e.g. is true, equals, greater than).
Note: Operators depend on the value’s type - for example, “greater than” only works for numbers, “exactly matches” only works for strings, etc.
string
string
string
string
string
string
string
string
string
string
integer
integer
integer
integer
date/time
date/time
date/time
boolean
boolean
Array
Array
If you choose a relational operator, another input will appear where you can type or choose or a second value to compare to.
You can combine multiple rules using “and” and “or” operators.