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

The following math operations can be used on Numeric values

OperationDescriptionExample
<Value is less than the preceding value<100
>Value is greater than the preceding value>128kbps
=Value equals the preceding value=10Mbps
<=Value is less or equal to the preceding value<=5.1
>=Value is greater than or equal to the preceding value>=5.1
!=Value equals the preceding value!=0