Text Operations
Combine Text Node
Combine texts to singular output
This node allows you to combine text inputs into a singular output.
Node Inputs
- Text: Text to combine
- Type:
List<Text>
- Type:
Node Outputs
- Processed Text: The combined text
- Type:
Text
- Example usage:
{{combine_text_0.processed_text}}
- Type:
Example
The below example shows a pipeline that takes various text inputs (e.g., in this case “a” and “b”) and combines them into a singular output (e.g., “ab”).
- Text Node: Contains the text “a”
- Text Node: Contains the text “b”
- Combine Text Node: Combines the text inputs into a singular output
- Item1:
{{text_0.text}}
- Item2:
{{text_1.text}}
- Item1:
- Output Node: Displays the combined text
- Output:
{{combine_text_0.processed_text}}
- Output: