Skip to content

Append values to data-list

Description

Adds data values to the data-list, your data-fields must correspond with the structure of the data-list

Input Ports

Name dataType sourceType required description
Data-field dataField manual-only true The fields that should be created as input ports for the command, the fields must be the same fields that exist inside of the data-list
data-item number link-manual true The data-item that should be added to the end of the data-list, if fields and linked values through the fields are provided, this data-item values will get updated before its appended to the data-list
Data-list data-list link-manual false The data-list that should receive the new data-item at the end of the list

Scenarios

  • The user wants to append a new data-item at the end of the original data-list
  • The user wants to update and existing data-item and append the data-item at the end of the original data-list

Use case

Command


With fields

Command

Inputs
  • Data-Field:
  • Data-Item:
    dataitem
  • Data-List:
  • Fields:
  • Values:
    datalist
Experienced tips
  • If the data-item is empty, the process will continue and not append any new value to the data-list
  • If the data-item is empty, but the fields are specified and values are linked to the ports, the values retrieved through the ports will be appeneded to the data-list
  • If the data-item contains a value and the data-list is empty, the process will continue and append 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 Update data-item