Else If element

A subcomponent of the If element, this is used to check additional cases and run other elements if the test evaluates to true.

When to use?

If you have an If element, and you have several other checks to run instead of a simple yes/no junction.

How to use:

  1. Add an Else If element to the Else If flow of an If element.
  2. Write whichever expression you're testing in the Test field.
  3. Place any elements you wish to run if the Test evaluates to a truthy value in the Then flow.