Loop List Step for Automation Logic Operations
Parameter Configuration
| Parameter | Description |
|---|---|
| List | Expression for the list to be looped through. You can use List type variables from the context. |
Step Context
| Parameter | Type | Description |
|---|---|---|
| Item | Object | The current list item being looped through |
| Index | Integer | Index of the current list item, starting from 1 and incrementing |
Notes
Index is a number starting from 1

