All Collections
Editor
Run steps Conditionally (If-conditional)
Run steps Conditionally (If-conditional)

What step to run next IF conditional is True

Arto Vuori avatar
Written by Arto Vuori
Updated over a week ago

Conditionally run steps

Sometimes you need to run some steps based on a condition. For example, you may want to fill a form only when the form is shown. You need a conditional when your application logic is non-deterministic.

Adding conditionals

  1. Add a Check or a JS step.

  2. Open the conditional tab from the step. 

With the conditional, your trace can skip one or more following steps. Using routines, you can skip multiple steps.

Did this answer your question?