Input Array
Output Array

The task allows to edit list of items. The list editor (depending on a "Data Type") allows to add, edit, preview, delete and rearrange items.

The following are "Edit List" task properties:

Data Type: defines type of data would be edited. It is recommended to specify explicit value if it is known. If "Autodetect" is specified - some editing operations may be limited.

Right Detail: defines whether subtitle should be shown either on the right to one the bottom.

Sort: defines if list should be sorted before presentation. Possible values are None, Ascending, Descending.

Sort by: defines criteria to sort by the list. Use a self variable to denote a single item and then specify property(s) to to sort by. For example, self.lastName allows sorting list of contacts by last name. It is possible to specify several sorting criteria delimited by comma.

See also:
Common Task Attributes
Task Options
Variable Types