hello all!
I am trying to fix this flow so that i can filter requests before it goes to Apollo. the flow works but it burns through credits since it is not restricting anything. i want to limit this to decision makers, c-suite, owners, etc.
the sheet it is pulling from is curated from a google scrapper that is triggered by a form. the form is asking for industry and location, then the scraper populates a sheet. if i could add the form trigger to this directly, skipping the google maps scrape altogether, it would cut a lot of crap out.
looking for any ideas and revisions.
tia!
d-_-b
In short… add a Filteer node after Proceess Apollo Response2, filter on title with multiple “contains” conditions, combined with OR and casse‑insensitive matching…and optionalliy add another Filter before Apollo if your input sheet already holds any role/seniority hints…
You can caapture industry/location directly in the formTrigger node , an define form elements like:
-industry
-Locationn
Cheers!
1 Like
i have actually found that i was building this way to elaborately. it was good for learning and it works however after i switched from Hunter to Apollo i realized Apollo will do everything in one step and i can bypass google scraping. i DO miss if people are not on linked in so there is still a use case. i may find a combination of the two builds the biggest net i guess.
thank you for your help!
d-_-b