Skip to main content

Action - Split Flow

Introduction

Split Flow:

  • Determines which branch will be executed based on whether the input matches with the predefined condition.
  • The input can be either user input or a variable acquired from the context.
  • Conditions are formed using built-in operators, including:
    • Contains
    • Equals - Does Not Equal
    • Exists - Does Not Exist
  • You can have more than one condition if needed.
  • There is no retry in splitting action.

Configuration

In order to create an action switched by condition, follow the steps below:

  1. Click (+) icon, choose Split action
  2. Edit Action name (optional)
  3. Configure Path:
    • Control Variable: Output from the previous actions
    • Operators:
      • Contains
      • Equals - Does Not Equal
      • Exists - Does Not Exist
    • Control Variable
    • Add more conditions AND - OR (optional)
  4. Add New Path
  5. Add Default Path - When all else fails (optional)
  6. Click Add to finish
  7. Go to each branch and configure the next actions as you wish