Skip to content

Conditions

Conditions are used to show or hide fields based on a formula.

Basic Usage

Hide a field when the width is larger than 10

Formula:

js
[width] > 10

Condition

In this case, if the formula is true, the height field will be hidden.

Hide field options

You can also hide field options like this:

Field options

Then click any field option to hide it:

Hide field options

You can also hide groups and steps using the conditions.

TIP

When you hide a step, it will be disabled and not actually hidden.

As with other formulas, you can use the formula functions to implement more complex logic.