Skip to content

Switch

FlowControl

Compares the input value against a list of case values and executes the matching branch. If no match is found, the Default branch is executed.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Default

OUTPUT

Executed if no case value matches the input Value.

Output

OUTPUT

Branch executed when the corresponding case value matches the input Value.

Data Inputs

Value

INPUT

The value to compare against each case.

Case

INPUT

A case value to compare against the input Value. One per branch.

Settings

Strict Types

BOOLEAN

If false, strings like true/false or numbers will match typed booleans or numbers.

Default: true

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing