GetListItem
Description:
-
Gets a single item from a variable that represents a list of multiple items.
Input Properties
list
Description:
-
Variable that represents a list of multiple items.
Required:
-
Yes
separator
Description:
-
Character used to separate multiple values. The default is a semicolon.
Required:
-
No
index
Description:
-
Integer that corresponds to the item you want to get from the list.
Required:
-
No
Comments:
-
- Example: If the list of items is ProjectA;ProjectB;ProjectC, the index is:
1 for ProjectA
2 for ProjectB
3 for ProjectC
If you want to get ProjectB, specify 2 as the index.
- If you do not specify a value, the last item in the list is returned.
Output Properties
listitem
Description:
-
Item retrieved from the list.
Additional Information
Additional information concerning this Action:
-
None.
Copyright © 1999-2025 LabVantage Solutions, Inc.