Global List - Get Item

Returns one or more items from a Global List.

Action ID:
Action Category:
Action List Syntax:

112
Global List
<<VARIABLE>>
= GlobalList[<<LISTNAME>>].GetItem (<<GETTYPE>>)

Settings

Name:

The name of the Global List that you want to examine.

Get

The type of retrieval you would like to perform on the Global List. Choose from:

Current item

-

Get the current item in the list.  (more info)

All items

-

Get all of the items in the list.

Specific items

-

Get the items listed by index in the Index field.

Index:

The zero-based index of the item you want to get from the Global List. To specify multiple items, use a delimited list of indexes.

This field is only available when Specific items is selected above.

Delimiter:

The delimiter that you used to separate items in the Index field. If the text in the Index field is not a delimited list, you can leave this field blank.

Variable

Store result in variable:

The name of the variable that the item(s) will be stored in.

Delimiter:

The delimiter that will be used to separate items if more then one item is returned from the Global List.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_GLOBAL_LIST_GET_ITEM

MSG_ERR_GLOBAL_LIST_GET_ITEM
MSG_ERR_OBJECT_NOT_FOUND
<<LISTNAME>>

Examples

None