Appearance
String Input
Overview
The String Input node acts as a dedicated entry point for text-based data. It serves as a gateway to receive String values from external connections or separate flows and injects them into the current logic.
Use String Input when:
- You need to pass names, IDs, or other textual data into a flow.
- You want to define an entry point for text that varies between different flow executions.
💡 Tip
This node is perfect for receiving dynamic content that will be formatted and used later in the flow.
Outputs
| Name | Type | Description |
|---|---|---|
| string | string | The text value provided to the flow. |
Parameters
This node does not have any configuration parameters.
Example
Logging a user name
A string containing a user name is passed into a flow to be included in a log message.
Configuration:
- This node has no configurable parameters.
Result: The string is ready to be used by other nodes.
Related links
Reference:
- Text — sets a fixed string value
- Text (output) — exit point for text (string) data from the flow
- String Formatter — manipulates string data