Input Array
Output Array

The task allows to create a new array containing transformed values of input array.

The following are "Transform Array" task properties:

Expression: defines an expression should be applied to each element of array to transform them. To build expression - use a self variable to denote a single element of array. For example, expression self.firstName allows transforming an Array of Contacts to an Array of contact's first names.

Macro: defines if expression is a macro

See also:
Array
Common Task Attributes
Task Options
Variable Types