Purpose
Use Loop Continue at the end of repeated work for multi-URL Navigate blocks or multi-text Type Text blocks. It tells UScraper to move to the next input value and run the loop body again.
How it works
- Checks the active internal multi-input loop.
- If another value exists, increments the loop index and jumps back to the multi-input block that started the loop.
- If the active loop is complete, exits that loop and follows Loop Continue's outgoing connection.
- If loops are nested, advances the innermost active loop first.
- If no internal loop is active, behaves like a no-op and continues through the normal outgoing connection.
Configuration fields
This block has no configuration fields.
Usage notes
- Place Loop Continue after the repeated work and after any reset step needed for the next input.
- For search forms, reset the page, clear the field, or navigate back before Loop Continue so Type Text can find the input again.
- For nested loops, add one Loop Continue block for the inner repeated section and another for the outer repeated section.
- Connect Loop Continue to the block that should run after the final input, often End or a final export step.
Caveats
- Loop Continue currently advances internal loops created by multi-URL Navigate and multi-text Type Text blocks.
- It does not replace normal graph loops made by reconnecting blocks with canvas connections.
