Purpose
Use End to make the graph's final stopping point explicit. End is for termination, not for advancing multi-input loops.
How it works
- Terminates the current scraper run.
- Allows the executor to finish and clean up the browser session.
- Does not advance Navigate URL lists or Type Text value lists.
Configuration fields
This block has no configuration fields.
Usage notes
- Connect the final after-loop path to End so the graph is easier to read.
- Use separate End blocks for true and false condition branches when helpful.
- Use Loop Continue instead of End at the end of repeated multi-input work.
