This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Boolean node provides a simple way to pass boolean (true/false) values through your workflow. It takes a boolean input value and outputs the same value unchanged, allowing you to control boolean parameters in other nodes.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
value | BOOLEAN | Yes | true false | The boolean value to pass through the node |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | BOOLEAN | The same boolean value that was provided as input |