ForEach
The ForEach object is used when you need to take actions on an array of information; for example, if you want to retrieve a list of installed software on a device and uninstall any software with the phrase “toolbar” in the name.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Object | String | Name of the object that provides the collection. This value is always linked. | |
Collection | collection | Yes | The name of the collection. This value is always linked and is automatically filled by the object selection. |
Output Parameters
None
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Object | String | Yes | For Automation Objects that produce an Array, link to the output of a dropped object |
Collection | String | Yes | After linking to a dropped Automation Object, link the collection (array) produced from the dropped object to the ForEach object. |