Switch
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
INPUTExecution Input.
Execute Outputs
Default
OUTPUTExecuted if no case value matches the input Value.
Output
OUTPUTBranch executed when the corresponding case value matches the input Value.
Data Inputs
Value
INPUTThe value to compare against each case.
Case
INPUTA case value to compare against the input Value. One per branch.
Settings
Strict Types
BOOLEANIf false, strings like true/false or numbers will match typed booleans or numbers.
Default: true
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing