List Variables

List variables are one-dimensional matrices, or arrays. They contain elements which can be addressed sequentially (for example, by using the For-Each function), or directly (by referencing the index number).

You can create list variables of simple or complex elements.

For instructions on how to create a list variable, see here.

Example Projects

Two example projects are provided. Each method listed below is demonstrated by a single workflow named with the method name.  The documentation of the examples below indicates in which project each method is demonstrated.

To download and open the example projects:

  1. Download the project files here.

  2. Unzip the files.

  3. Open the relevant project in Automation Studio.

Properties

Methods