Documentation

Conditionals

Sometimes you want to run different steps based on a condition. For example, you want to list events from your calendar only if user asks for it. Or you create an event only if user asks to.

If

Add a condition

  • Click on the + Add Step button and in the dropdown menu select If Else.
  • Describe the condition in the Condition field.
  • Add the actions you want to run if the condition is met

Add an else

  • Click on the Edit button
  • Click on the + Add Else or + Add If buttons
  • You can also change the LLM model used to evaluate the condition

On this page