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 originaldata-list
- The user wants to update and existing
data-item
and append thedata-item
at the end of the originaldata-list
Use case
With fields
Experienced tips
- If the
data-item
is empty, the process will continue and not append any new value to thedata-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 thedata-list
- If the
data-item
contains a value and thedata-list
is empty, the process will continue and append thedata-item
to a newdata-list
- If the
data-list
contains values, thedata-item
is required to have exactly the same fields as thedata-list
Search Tags
Add a row to a data-list
Update data-item