Conditional Stop Action

Stops the execution of any remaining actions in the sequence if a specified condition is met.

Useful for applying logic to control the flow of your interactions based on values.

Action Settings

Option Default Type Description
Value None Text Field

The input or dynamic data to evaluate in the condition.

Can be a static value or a reference to a stored variable.

Stop the Value if Above... None Dropdown Selection

Defines the condition to evaluate. If the condition is met, the timeline will immediately stop executing further actions.

  • Equals
  • Does Not Equal
  • Contains
  • Does Not Contain
  • Is Greater Than
  • Is Greater Than or Equal To
  • Is Less Than
  • Is Less Than or Equal To
  • Is Empty
  • Is Not Empty
  • Matches Regex
  • Does Not Match Regex
  • Is Truthy
  • Is Falsey
  • Is In
  • Is Not In
Comparison Value None Text Field The value that the Value will be compared to using the selected condition.

What can I achieve with the Conditional Stop Action?