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?