Build a list of URLs from multiple bundles

I’d like to create a string of URLs (which will go into a ChatGPT prompt) from multiple bundles - see image

I have used an Iterator as follows:

And a text aggregator as follows:

But I am not getting a single string, instead I am getting 16 outputs (and spending 16 x 2 credits to carry out some tests!)

I must be going wrong somewhere, please help before I go broke trying to figure it out :slight_smile:

1 Like

Hi,

The RSS feed already returns a bunch of bundles, so you don’t need the iterator. Get rid of it and hook your text aggregator to the RSS module, and it should work.

L

1 Like