Get RSS URL from Data Store

Hi All

I have created a simple data store within Make, and I want to loop through each URL in the Data Store and read the RSS feeds

I have an RSS Module that can read a Hard Coded RSS URL
Is it possible to loop through the Data Store and get each URL and fetch the feeds

It doesn’t seem possible with the RSS Module, since it doesn’t accept variables as inputs to read

Thanks for any help or tips

Every result (item/record) from a search module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.

Alternatively, you can just pass each result’s value into the RSS URL field.

If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.

1 Like

Perfect, thanks, That has got me sorted

No problem, glad I could help!

In future, please create a new thread for each question. This makes it easier for others with the same problem to search for the answer. Thank you for your cooperation!

The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

2 Likes