For Each¶

📥 Entry vars ¶
- Collection: a collection to execute for each property. To execute multiple collections within the loop.
****↗ Callbacks¶
- Error: you can set functions after there was a error on the iterates.
- Iteration: you can set functions after the iteration in the collections is already finish.
- The object is non-iterable: you can set functions in the collection if it isn't iterable.