
A string is a sequence of characters and can contain letters, numbers, and symbols. The string node is designed to contain a single string.
Inputs
Name |
Abbreviation |
Type |
Access |
Description |
String |
S |
String |
Item |
The string to output |
Outputs
Name |
Abbreviation |
Type |
Access |
Description |
String |
S |
String |
Item |
The string to output |
How-to
- Type text directly into the node

- The output connects the string to the next step in the flow, typically to a node like write property, or key by which use strings to parse through other data. You might also pass a string through parse to turn it into a code block rather than a raw string.