Conditions
Access loops under the three-dot menu on the top right of steps. Click on Enable conditions.
{{ condition }}.
In the example below, the LLM step runs if the input variable age is 30 ({{ age === 30 }}) and the input variable
gender is female ({{ gender === "female" }}).

Screenshot of the Conditions input in a step

