How to combine multiple bundles from RSS into one ChatGPT prompt

Hi,


I have a Google sheets with 3 RSS feeds that returns 3 URLs in 3 separate operations. When an operation is ran, I want to collect the text from all 3 RSS URLs and feed them into the OpenAI prompt as one bundle, so that I can create a news article using information from all 3 URLs. I have tried an array aggregator and text aggregator but those just obtain the original feeds into one bundle, not the parsed text. Any suggestions for the best method?

Hi,
You would want to set up an aggregator where the source module is the operation that outputs the bundles containing the parsed text
Cheers,
Harsh

Do you mean something like this? With the source module set aas the text parser.