IIteration on RSS feeds

Hello everyone

I have a problem to solve. It may not be optimal, but I would greatly appreciate your feedback on how to solve it.

I have three different RSS feeds combined through an external service. With the RSS module, I get the RSS feeds from all of them combined and save the information in a Google Sheets spreadsheet. What I need to do is the following:

  1. Somehow, when reading the RSS, I get one feed from each source, regardless of whether one has three posts, the second two, and the third one. I need to always get one from the first source, one from the second, and one from the third.

  2. Filter by the RSS title and ignore articles that contain a certain word in the title. If it does, return the next article from that source.

After those two conditions, then YES, write the source into the Google Sheets spreadsheet.

Is this very confusing? Am I asking too much?

Hello @Aldher_Ruelas ,

You’re not asking for too much :joy: and what you’re trying to do is very possible it just requires a lot of logic.

Have you tried building this?

Now Im triying to work with some variables (each per rss source using a router and filters), save the urls and i need to put them in other multiple variables. Not sure how to do it tbh.