Loop vs Loop List
Use the right one:| Feature | Loop | Loop List |
|---|---|---|
| Purpose | Repeat page actions | Iterate list items |
| What it does | Navigate pages, click buttons | Extract each item |
| Scope | Entire page | Single item |
| Exits when | Element appears/disappears or max iterations | All items done |
- ✅ Loop: Browse 5 pages of search results
- ✅ Loop List: Extract 20 products on current page
Extract Data vs Extract Data Item
When to use each:| Node Type | Usage Location | Extraction Scope |
|---|---|---|
| Extract Data | Anywhere | Entire page / visible area |
| Extract Data Item | Inside Loop List | The currently focused single item |
Extract List to Detail Pages
How to build this workflow:- Visit Page – Go to list page
- Loop List – Iterate through items
- Extract Data Item – Get basic info from each item
- Click Element Item – Click to open detail page
- Extract Data – Get detailed info from detail page
- Output Data – Save results
Workflow vs Intelligent Agent
Choose based on your needs: Decision:- Use Workflow when you know exact steps
- Use Agent when you want AI to figure it out
View Execution Logs
Access logs:- Dashboard → Activity Log
- Click any task to see:
- Screenshots of each step
- Extracted data preview
- Error messages (if any)

