
This is a helper process that can take a list of items and pass information about the list into another process. For example, with a list of filenames with their path, the first item in the list, the last item in the list, or a count of the items in the list can be passed to another process.
Example:
1. Use the Copy tool to copy a file and pass the output to Describe List.
2. Pass the First file (the only file in this case) from the Describe List tool to the update port of the Add Features tool.
This way, Add Features can update a copy of a file and avoid overwriting the original file.
Input
Property | Description |
|---|---|
List | A list of items. • Click plus (+) to add another item. • Click minus (-) to remove an item. • Click the up and down arrows to reorder the list. |
Output
Key | Description | Type |
|---|---|---|
First | The first item in the input list. | Variant |
Last | The last item in the input list. | Variant |
Count | The number of items in the input list. | Integer |