Skip to content

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 original text-list
  • The user wants to prepend a new text value at the starting index without providing a text-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

Command

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 the text-list
  • If the text value contains a value and the text-list is empty, the process will continue and prepend the text value to a new text-list
Output

Output

Search Tags

Add a text value to a text-list