The BlockEvent type now includes fields to support automation loops (iterators). These fields let you identify whether a block event is part of a loop and track its progress.
| Field | Type | Description |
|---|---|---|
iterator_id | ID | The iterator identifier if the block is part of a loop |
current_iteration | Int | The current iteration number within the loop |
max_iterations | Int | The total configured iterations for the loop |

