Search K
Appearance
Appearance
The Switch node compares an input value against a list of switch values and returns a matching result if found. This node is useful for branching logic based on predefined input options within your automation workflows.
No external service or node dependencies are required for this node.
| Label | Input Type | Description | Required | Visible When | Default | Example |
|---|---|---|---|---|---|---|
| Switch Input | Variable | The input value to compare to listed switch values. | ✅ Yes | Always | null | {{MathOperations-#.Result}} |
| Switch Values | Text | The switch values to compare the provided input to. | ✅ Yes | Always | null | 1 |
No output is generated by this node.
lead workflow into branch if result input is 2.
| Field | Value |
|---|---|
| Switch Input | {{MathOperations-#.Result}} |
| Switch Values | 1 |
| Switch Values | 2 |
| Switch Values | 3 |
| Output | no output |
| Error Condition | Description |
|---|---|
| No known errros |