Append data-item to data-list
Description
Adds data-item input to the end of data-list input
| Name |
dataType |
sourceType |
required |
description |
| Data-item |
data-item |
link-manual |
link |
true |
| Data-list |
data-list |
link-manual |
link |
false |
Scenarios
- The user wants to append a new
data-item value at the end of the original data-list
| Name |
Surname |
| French |
Poodle |
| Name |
Surname |
| Jack |
Russel |
| Boer |
Boel |
Output Data-List
| Name |
Surname |
| Jack |
Russel |
| Boer |
Boel |
| French |
Poodle |
Use case
Inputs
- Data-Item:
- Data-List:
- Fields:
- Values:
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 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
Search Tags
Add a row to a data-list