For
The component provides the enumeration of collection elements with specifying the interval of elements.
 Properties
Properties| Name | Description | 
|---|
| Entry | The input of the node. | 
| Collection | The collection to iterate through. | 
| First Index | The index of the collection element to start iteration from. | 
| Last Index | The index of the collection element to end iteration with. | 
| Loop Body | The action to perform for each collection element from the specified indices range. | 
| Current | Current iteration's collection element. | 
| Exit | The output of the node. | 
 See also
See also