Learn how to use conditionals to control the flow of your workflow
Conditionals are powerful control structures in Leap Workflows that allow you to create branching logic based on specific conditions. They help you make your workflows smarter by executing different actions depending on the situation.
To add a conditional to your workflow:
Conditionals have two main components:
You can write conditions in natural language, such as:
The AI will automatically interpret these rules based on the workflow context (data from the trigger, variables, and the results of previous actions.).
Conditionals are ideal for:
Keep your condition rules clear and specific. The AI works best with unambiguous conditions that can be evaluated to true or false.
Learn how to use conditionals to control the flow of your workflow
Conditionals are powerful control structures in Leap Workflows that allow you to create branching logic based on specific conditions. They help you make your workflows smarter by executing different actions depending on the situation.
To add a conditional to your workflow:
Conditionals have two main components:
You can write conditions in natural language, such as:
The AI will automatically interpret these rules based on the workflow context (data from the trigger, variables, and the results of previous actions.).
Conditionals are ideal for:
Keep your condition rules clear and specific. The AI works best with unambiguous conditions that can be evaluated to true or false.