Add item action in List
- Updated: 2023/02/17
Add item action in List
The Add item action enables you to insert an item into a list variable.
Settings
You can choose to add the item at the end of the list or specify a position in the list.
- Select the list variable in which to add an item from the List variable list.
- Select the variable that contains the value to add from the
Item to be added list. Note: The variable must be of the same sub-data type as the other list items.
- Select the To end of list option to
insert the item at the end of the list or select
At list index to specify the
index in the list where to insert the item.
The list index starts from 0. The first item in the list is at position 0, the second item at 1, and so on. For example, to add an item at the fourth position in a list, enter 3 in the At list index field.