Can someone please help me. Im trying to scrape a list for URL, load the URLS from a Google Sheet tab, and if the former URL is not already in the Google Sheet tab, add it as a row to the Google Sheet tab.
Simple, right? I tried a thousand variations, but just can seem to get it to work. I would be so grateful if someone could please have a look.
That’s indeed an interesting and useful use case. Here’s the setup you’d need:
Scraper as action 1
Get table from google sheets
Get column with links from that table
Merge text of all links
A condition checking if merged text contains a scraped link
Here’s a playbook I created for testing in case you’ll be interested in inspecting the setup (please note that I was scraping LinkedIn posts and comparing the Author values):