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.
You can write conditions in natural language, such as:
“If the message contains the word ‘help’”
“When the temperature is above 75 degrees”
“If the user’s subscription is active”
The AI will automatically interpret these rules based on the workflow context (data from the trigger, variables, and the results of previous actions.).