String Merge
This function block is designed to concatenate multiple input strings into a single cohesive string. It provides a simple and effective way to manipulate text data within your workflow.
π₯ Inputs
String
Accepts the first string input that will be merged.
String
Accepts the second string input that will be merged along with the first.
π€ Outputs
String
The merged result of the input strings, providing a single output string.
πΉοΈ Controls
Input size
A dropdown menu that allows you to specify the sizes of the input strings, aiding in managing how many strings can be processed.
π¨ Features
Simple Concatenation
Merges any number of input strings into one output string with ease.
Flexible Interface
Allows for easy selection of input sizes to adapt the block to various string merging tasks.
π Usage Instructions
Connect Input Strings: Link two inputs, each providing a string you want to concatenate.
Specify Input Size: Use the dropdown menu to select the desired input size for the strings if applicable.
Evaluate: Run the block to see the concatenated output string.
π Evaluation
Upon execution, this function block takes the provided input strings and merges them into a single string, displaying the result in the output.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated