Conditions
Access loops under the three-dot menu on the top right of steps. Click on Enable conditions.{{ condition }}
.
You can use
&&
and ||
for “and” and “or”, respectively.age
is 30 ({{ age === 30 }}
) and the input variable
gender
is female ({{ gender === "female" }}
).

Screenshot of the Conditions input in a step