Combine Text

Concatenate multiple text inputs with a custom separator.

Overview

The Combine Text node joins text from multiple input connections into a single output string. Choose a separator (newline, space, comma, or custom) to control how the texts are joined. Useful for assembling prompts, combining AI outputs, or building structured text.

Configuration

Field Type Default Description
Separator Select newline Join character: newline, space, comma, custom
Custom Separator Text Custom separator string (when “custom” selected)

Inputs & Outputs

Inputs: 2+ text connections Outputs: Single combined text string

Best Practices

Common Use Cases

Tips