How do you review hundreds of leads in n8n?
I'm building a lead gen workflow in n8n that produces hundreds of leads, and I'm not sure how people handle the review part.
Ideally I want to:
- quickly label leads good/bad
- tell it why something is bad, so it stops making the same mistake
- gradually automate the obvious ones and only review weird cases
For example, if I reject 10 agencies, I'd rather just say "no agencies from now on" than keep rejecting them.
How do you guys do this in practice? Airtable/Sheets? A separate UI? Do you update the n8n workflow itself when your criteria change?