Inputs
β Number of Times (Required)
How many times to repeat the selected sequence.Good Examples:
- β5β to fill out a form five times
- β3β to retry a failed action
- β10β to test a process multiple times
Invalid Values:
- β0β (must be 1 or higher)
- Negative numbers
β Start Block (Required)
Choose which block to start repeating from:Block Selection
Description:
Drag the connection to link with your starting block.Features:Β Β Β Β β Visual connection line shows the linkΒ Β Β Β β Can select any previous blockΒ Β Β Β β Clear visual feedback when connectedBest Practice:
Select the first block in your sequence to repeat
Usage Examples
1. Form Submission
Times5
StartFill Form Block
Submit the same form multiple times with different data
2. Retry Action
Times3
StartClick Button Block
Retry clicking a button that might fail due to loading
3. Testing Loop
Times10
StartLogin Block
Test a login system multiple times
4. Data Generation
Times100
StartGenerate Data Block
Generate test data by repeating a process