The Repeat block runs all the blocks following it for the number of times given. The Repeat block is useful when you want to automate repetitive tasks like processing a data set or performing a sequence of actions multiple times.
Index - Sends the current run's index number. The first run's index number is 0.
Connect any block that sends a number to the Count input port. Connect the Index output port to one or more blocks that you want to run a specific number of times. You can also connect the Start input port to another block's output to run the Repeat block when the other blocks send data.
To see the Repeat block in an example flow, check out Flow Snippets: Repeat.
Last modified: 2025/05/27