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?
What is the problem & what have you tried?
The issue is I don’t know if I need a filter or a variable
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.