Skip to main content

Matches

Matches

Compares a set of values and matches conditions to see which output should be called.

If no matches are found, then the last output will be called.

Matches

Each match has two parts

Value

The value to use in the match, this can be variables

Expression

The expression to match the value against.

This can be a regular expression, a basic string, or a math operation

String Operations

The following math operations can be used on String values

See String Operations for more information.

Math Operations

The following math operations can be used on Numeric values

See Math for more information.