A record list is a sequence of Records.

A Record List is created in one of the following ways:

Browsing the record list

To browse the records of your record list, you have a specific operator [] available in the Expression editor. Learn more about the [] operator.

In Service Studio, position of the record lists starts with zero

Managing the record list

When developing the action flow (Collection of elements that graphically implements the behavior of an action. You can have assign and control elements, exception handlers or you can invoke other actions. The elements are linked through Connectors.) of your eSpace, you have a set of System Actions to manage your record list:

Using the Assign element to assign two record lists, does not create two different record lists. In this situation both variables share the same memory location. If you want to handle two distinct copies of a record list, you should use the ListDuplicate function.

You can also use the For each element to repeat the execution of an action path for each entry in your record list.

See Also

Runtime Properties of a Record list | Record Data Type | Available Data Types