<aside> 🛠

Merge Up to 4 Text Inputs Into One


Combine up to four text streams into a single output. Perfect for stitching together OCR results, merging multiple LLM responses into one prompt, building structured strings, or assembling sectioned text for downstream nodes. Leave the separator empty to concatenate with no gap at all.

</aside>


What it does

Text Concatenate takes up to 4 text inputs and joins them into a single output string. Between each consecutive pair of inputs, the tool inserts the Separator value you provide. Unconnected inputs are skipped automatically so you can concatenate 2, 3, or 4 inputs without changing settings. The result is a single text stream that downstream nodes (LLMs, Draw Text, comparison tools, file outputs) can consume.

Problem it solves

Input/Output

<aside>

<aside>

Configuration Options

How to Use with Segmentation

<aside>

  1. Connect text inputs → Plug 2, 3, or 4 upstream text-producing nodes into the input ports on the left side of Text Concatenate (top to bottom = order in the output)
  2. Set the separator → Type the string you want inserted between consecutive inputs into the Separator field (leave empty for no separator)
  3. Run Flow → The output is the inputs joined in order, with the separator between each consecutive pair </aside>