Docs
NodesProcessing Nodes
Edit Page on GitHub

Text Join

Joins multiple text strings into a single string using a specified separator.

textjoinconcatenateEasy0
Text Join Node Screenshot

Description

The Text Join node combines multiple text strings into a single string, with an optional separator between each part. This is useful for formatting output, building complex messages, or preparing text for display or further processing.

Common Use Cases

  • Formatting messages with dynamic content
  • Building complex strings from multiple data sources
  • Creating comma-separated lists or other formatted text
  • Combining user input with template text

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowTextArray of text strings to joinText[]

Outputs

The output connections this node provides:

NameDescriptionTypeTextThe joined textTextToolThe tool version of this node, to be used by LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeTextText to joinValue: Enter text here...Text[]SeparatorSeparatorValue: ,Text

Last updated on