The Repeat block functions as the starting point for a loop. The loop continues through the sequence of blocks that follows, and ends with a Collect block. You can use this kind of loop to perform a series of actions multiple times. See Loops with the Repeat block and Loops with external data.
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.
This example shows a Repeat block triggering an HTTP Request block that sends its output through a Select block to a Collect block, with results displayed as a table.
To supply the integer that the Repeat block requires as input, use a Number block or any other block that sends a number.
Besides the Repeat block, the other option for beginning a loop is the For block. See Loops with the for block.
Last modified: 2025/07/30