Flow Connections
- [Input] In - starts the block's execution.
- [Output] Loop body - activates once for each iteration.
- [Output] Completed - activates when all the iterations have finished.
Data Connections
- [Input] Times (integer) - number of times to execute the "Loop body" flow output.
- [Output] Iteration (integer) - the number of the iteration (starting at 0), increases by 1 with every iteration.