This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe String node provides a simple way to input and pass through text data in your workflow. It takes a text string as input and outputs the same string unchanged, making it useful for providing text inputs to other nodes that require string parameters.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
value | STRING | Yes | Any text | The text string to be passed through the node |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | STRING | The same text string that was provided as input |