Skip to content

Prepend data-item to data-list

Description

Adds data-item input to the front of data-list input

Input Ports

Name dataType sourceType required description
Data-item data-item link-manual true The data-item that should be added to the starting index of the data-list
Data rows data-list link-manual true The data-list that should receive the new data-item at the starting index of the list

Scenarios

  • The user wants to prepend a new data-item value at the starting index of the original data-list
  • The user wants to prepend a new data-item to a data-list without providing a data-list value

Input Data-Item

Name Surname
French Poodle

Input Data-List

Name Surname
Jack Russel
Boer Boel

Output Data-List

Name Surname
French Poodle
Jack Russel
Boer Boel

Use case

Command

Inputs
  • Data-Item:
    dataitem
  • Data-List:
  • Fields:
  • Values:
    datalist
Experienced tips
  • If the data-item is empty, the process will continue and not prepend any new value to the data-list
  • If the data-item contains a value and the data-list is empty, the process will continue and prepend the data-item to a new data-list
  • If the data-list contains values, the data-item is required to have exactly the same fields as the data-list
Output

Output

Search Tags

Add a row to a data-list