What are you trying to achieve?
I want to aggregate image URLs and other data extracted from multiple RSS feeds and process them together in a ChatGPT module to create a video script.
Steps taken so far
Created a Router that processes RSS feeds in separate branches, extracting and downloading images via HTTP modules.
Tried using Array Aggregator, but it only allows one source module.
Explored options like Set Variables and Data Store, but couldn’t figure out how to aggregate all branch outputs.
Thanks in advance!