The Loop activity executes the contained activities for each item in a collection.
| Exit | 
| Optional Type: Boolean Whether or not the loop should break. For information on using the Exit input, see Exit a Looping Activity. | 
| Loop | 
| Optional Type: Boolean Whether or not the loop should progress. | 
| Collection | 
| Optional Type: any[] A collection of items to iterate over. Deprecated: Use the For Each activity to iterate over collections instead. | 
| Count | 
| Optional Type: Number The lower bound on how many passes the loop should take. The default is 0. | 
| Limit | 
| Optional Type: Number The upper bound on how many passes the loop should take. The default is 1000. | 
| looping | 
| Type: Boolean Whether the loop is running or if it has finished. | 
| pass | 
| Type: Number The pass that the loop is on. | 
| item | 
| Type: any The item from the collection. This is only available if collection was provided. Deprecated: Use the For Each activity to iterate over collections instead. | 
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
See also...