Condition

Learn how to use condition logic to split your chat flow. Set up the condition block with variables, operators, and values. Use AND or OR logic to add multiple conditions.

Condition logic allows you to divide the chat flow based on specified conditions. Each condition logic has two outputs: On Success and On Interrupt.

Setting the Condition Block

The condition card includes a Comparator (variable), Operator (condition), Value, and AND & OR Logic (for adding multiple conditions).

  • Comparator: Enter the variable that stores the user's response.

  • Operator: Specify the condition to be checked.

  • Value: Enter the value to be compared against the comparator (variable).

After setting the condition, you can use the AND & OR logic to add more than one condition.

Last updated