Skip to main content

Text Data

The Text Data node provides a static text string to your flow. You configure the text value in the node's settings, and any downstream node that reads from it will receive that exact string. Use this whenever you need a fixed piece of text, such as a command prefix, a URL, a separator character, or a default message.

Outputs

NameTypeDescription
TextstringThe configured text value

Configuration

  • Text: The text string to output.

Example

You want to prepend "Alert: " to every message in a Generate Text template. Place a Text Data node with the value Alert: and connect it to one of the template's inputs. No matter what triggers the flow, this node always provides the same text.