Add conditional logic to your workflow with the "Continue if" action.

Keragon's "Continue If" logic serves as a crucial component for streamlining workflows by adding conditional statements that determine whether the workflow proceeds. This feature is invaluable for ensuring that actions within your workflow are executed only when certain conditions are met, making your automations more efficient and targeted.

Steps to Implement "Continue If" Logic in Your Workflow

  1. Add the Continue if action: In your Keragon canvas, click the ‘+’ icon to introduce a new step. Select "logic" from the dropdown menu, and then choose the "Continue If" option.
  2. Define Conditions: Once the "Continue If" logic is added, click on it to set the conditions under which the workflow should continue. You will be presented with an interface to specify these conditions based on the outputs from previous steps or external data sources.
  3. Configure Conditions: Use the provided fields to create your conditional logic. You can utilize a variety of operators such as equals, greater than, or contains to specify the criteria that must be met for the workflow to proceed.

Available comparison operators

Below are the available comparison operators that you can use when setting up the conditional logic.

OperatorExplanation
is trueChecks if a value is true
is falseChecks if a value is false
is nullChecks if a value is null
is not nullChecks if a value is not null
is emptyChecks if an array is empty
is not emptyChecks if an array is not empty
equalsChecks if two values are equal
does not equalChecks if two values are not equal
greater thanChecks if a value is greater than another
greater than or equalChecks if a value is greater than or equal to another
less thanChecks if a number is less than another
less than or equalChecks if a value is less than or equal to another
starts withChecks if a string starts with a specific value
does not start withChecks if a string does not start with a value
ContainsChecks if a string contains a value
Does not containChecks if a string does not contain a value

Note: Conditions in the Continue if step expects data in the Value 1 field to be in text format. If using a data field containing numeric data, kindly add a Number to text Helper step before the Continue if
step to ensure proper condition evaluation.

 

Was this article helpful?
1 out of 1 found this helpful

Articles in this section