I created a cold email sender. I want to avoid duplicate emails

:bullseye: What is your goal?

I’ve created a cold email system. I’ve linked the second module. I’m scraping 20 Google Map companies a day, putting them into a spreadsheet, and sending out an email. I don’t want to scrape duplicates, but if I do, I want to set up a filter or something that will read the spreadsheet and if title or email exists, it won’t send out an emial to that company. Any suggestions?

:thinking: What is the problem & what have you tried?

The issue is I don’t know if I need a filter or a variable

:link: Create public scenario page

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Hi @Mike_Stohler

Did you try reading all the rows and aggregating the results? Something like this post, but with Google sheets rows, instead of emails:

@damato

Great advice. I could do what you said and then send the emails once I’ve aggregated the results.

2 Likes

Hey there,

Search the Google sheet first to check if the entry exists before adding a new one. Add a filter after the search to block the rest of the scenario if it found a match. Then duplicates will not be processed at all.