What is your goal?
Making my ChatGPT module run only after all article URLs retrieved with Inoreader have been scraped by Apify.
What is the problem & what have you tried?
My scenario is supposed to get article IDs from Inoreader, parse the URLs with Apify, then summarize the articles with ChatGPT, make a document from the summary, then upload that into my Voiceflow Knowledge Base. The problem is, after Inoreader runs once, and retrieves n article URLs, every module after it runs n times, which is very token consuming, and I also want to have 1 document uploaded to the Knowledge Base per execution. How can I get the modules to “wait for” Apify to finish scraping the URLs, and then run once?
I have tried aggregating but it doesn’t work.
