
Separator
The Separator component splits plain text into a list of texts using a specified delimiter. It’s essential for workflows that require breaking down input messag...
Merge two text inputs into one with the Combine Text component, streamlining information consolidation in your FlowHunt workflows.
Component description
The Combine Text component is designed to take two separate pieces of text and merge them into a single output. This is especially useful in AI workflows where you need to concatenate text data from different sources or stages before further processing.
At its core, the Combine Text component accepts two text inputs and joins them together. You can also specify a delimiter, which is a character or string that will appear between the two combined texts (for example, a space, comma, line break, etc.). If no delimiter is provided, the texts are joined directly.
This component is ideal for scenarios such as:
Input Name | Display Name | Type | Required | Description |
---|---|---|---|---|
input_text_1 | First Text | String | No | First text to combine |
input_text_2 | Second Text | String | No | Second text to combine |
delimiter | Delimiter | String | No | Separator between the two texts |
" "
, comma ","
, newline "\n"
). Leaving this blank will concatenate the texts directly.Output Name | Display Name | Type | Description |
---|---|---|---|
combine text | Combined Text | String | The resulting merged text |
The output is a single string containing both input texts, separated by the chosen delimiter.
Suppose you have:
The output will be:
Hello, World
The Combine Text component is a simple yet powerful tool for joining two text inputs with an optional delimiter. It can be used in a variety of AI and data processing workflows wherever text merging is required.
The Combine Text component merges two separate text inputs into a single output, optionally separated by a custom delimiter.
Yes, you can specify any delimiter to separate the combined texts, or leave it blank for direct concatenation.
Use it whenever you need to bring together information from different workflow steps or sources into a single message.
The component works with any text-based input provided within your FlowHunt workflow.
Yes, it streamlines the merging of text data, making it useful for automating responses, summaries, or consolidated outputs.
Start building smarter workflows by consolidating text inputs seamlessly with the Combine Text component.
The Separator component splits plain text into a list of texts using a specified delimiter. It’s essential for workflows that require breaking down input messag...
Combine multiple data sources effortlessly with the Merge Data component in FlowHunt. This versatile block collects and merges input data, streamlining workflow...
Unlock automated text categorization in your workflows with the Text Classification component for FlowHunt. Effortlessly classify input text into user-defined c...