If Else

Introduction

The "If Else" step introduces conditional logic into your automations, allowing you to execute different sequences of steps based on specified conditions. This functionality is pivotal for creating dynamic flows that can adapt based on variables or specific scenarios within your automation.

Subpaths

  • Conditions: Defines the conditions to evaluate for branching. These conditions determine which path is executed.

  • Conditions Match: This path is executed if the conditions evaluate to true.

  • Conditions Don't Match: This path is executed if the conditions evaluate to false.

Usage

  • Sending different messages or responses based on user input or actions.

  • Executing different tasks based on the results of previous steps, such as API calls or data processing outcomes.

  • Managing flow control in complex automations, allowing for branching paths that accommodate a wide range of scenarios.

Last updated