What are you trying to achieve?
Automate a benchmarking process for my favorite youtube channels with make.
Number 5 is an agony now.. please help me!!
- Read channel infos from Notion
- Check my favorite channels with youtube data api
- Get a transcripts for the latest videos
- Summarize key points of the videos with chat gpt
- Aggregate summarization of the videos of the day with Array aggregator Module.
- Summarize a final trend of the day with Chat gpt
- update it my Notion page
Steps taken so far
1/2/3/4 is completed.
The Array Aggregator is still set for only one bundle, so it emits each channel summary separately instead of combining them.
ChatGPT suggested configuring the bundlesToWait option, but that setting doesn’t exist in the UI—how can I aggregate all summaries into a single run, one single bundle?