AddListItem
Description:
Adds a new item to a list of multiple items.
Input Properties
list
Description:
Variable that represents a list of multiple items to which new items are added.
Required:
Yes
separator
Description:
Character used to separate multiple values. The default is a semicolon.
Required:
No
listitem
Description:
String that represents the item you want to add to the list.
Required:
Yes
index
Description:
Integer that corresponds to the position at which the listitem is added to the list.
Required:
No
Comments:
  • Example: If the list of items is ProjectA;ProjectB;ProjectC, and you want to add ProjectX in the third position, enter 3. The resulting list is ProjectA;ProjectB;ProjectX;ProjectC.
  • If you do not specify a value, the item is added to the end of the list.
Output Properties
outputlist
Description:
New list of items, which includes the item you have added.
Additional Information
Additional information concerning this Action:
None.
Copyright © 1999-2025 LabVantage Solutions, Inc.