RSS and match URL in Google sheets

So I have a scenario where when I start my telegram bot it retrieves a URL from my websites RSS and store it in google sheets for tracking.
The next time I click on my bot it gives me nothing since it already validated I got the first URL. How do I make it continue to the next one that doesn’t exist in the sheets?

Hello @Eldad; I’m not sure Telegram bot is the right module. Because when I think of grabbing dynamic data, I’d tend to use a HTTP module and parse that result. Which then would let me compare individual data with what is on hand or not to process.


This is what I built if it helps to better understand

I think I was able to figure it out eventually. It had something to in the logic of retrieving the data from sheets

1 Like