Prepend text to text-list
Description
Adds text input to the front 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 starting index of the data-list |
Text list value | text-list | link-manual | false | The text-list that will receive the new text value at the start of the list |
Scenarios
- The user wants to prepend a new
text value
at the starting index of the originaltext-list
- The user wants to prepend a new
text value
at the starting index without providing atext-list
Prepending text value to list
Text value | Text list | New text list |
---|---|---|
Jack Russel | Boer Boel | Jack Russel |
French Poodle | Boer Boel | |
French Poodle |
Use case
Inputs
- Text value:
Jack Russel
- Text-List:
[Boer Boel, French Poodle]
Experienced tips
- If the
text value
is empty, the process will continue and not prepend any new value to thetext-list
- If the
text value
contains a value and thetext-list
is empty, the process will continue and prepend thetext value
to a newtext-list
Search Tags
Add a text value to a text-list