Append text to text-list
Description
Adds text input to the end of text-list input
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Text value | text | link-manual | true | The text value that will be added to the end of the text-list |
| Text list value | text-list | link-manual | false | The text-list that will receive the new text value at the end of the list |
Use cases
- The user wants to append a new
text valueat the end of the originaltext-list
Appending text value to list
| Text value | Text list | New text list |
|---|---|---|
| Jack Russel | Boer Boel | Boer Boel |
| French Poodle | French Poodle | |
| Jack Russel |
Use case
Inputs
- Text value:
Jack Russel - Text-List:
[Boer Boel, French Poodle]
Experienced tips
- If the
text valueis empty, the process will continue and not append any new value to thetext-list - If the
text valuecontains a value and thetext-listis empty, the process will continue and append thetext valueto a newtext-list
Search Tags
Add a text value to a text-list