Node Inputs

Required Fields

Text 1:
The first text input to be merged.

Example:
"Hello, this is the first text."

Text 2:
The second text input to be merged.

Example:
"And this is the second text."

Optional Settings

Number of texts to be merged:
Specifies how many text inputs should be merged.
Default: 2

Node Output

Merged Texts:
A single string containing all the provided text inputs merged together.
Example Output:
"Hello, this is the first text. And this is the second text."

Node Functionality

The Merge node:

  • Accepts multiple text inputs.
  • Combines them in the order they are provided.
  • Outputs a unified text string, maintaining the sequence of inputs.
  • Supports customization for merging more than two inputs by adjusting the number of texts to be merged.