Hi everyone,
I’m running into a problem in my scenario where modules are executing once per item from an iterator, even though they should only run one time after the aggregator has collected all bundles.
Here’s the setup:
-
My webhook sends in an array of URLs.
-
I use an Iterator to loop through each URL.
-
Each URL is fetched and cleaned (via HTTP + Code).
-
Then all items go into an Aggregator (I tested both Text Aggregator and Array Aggregator).
-
After the aggregator, I have a single OpenAI “Summarize” module that should run one time using the aggregated content.
The issue:
Even though the summarization module is mapped only to the aggregator output (not to any iterated modules), Make still triggers it once per link instead of once overall.
It behaves as if the summarization module is still “listening” to the iterator, even though it is not connected to any iterated fields.
Maybe i missed something in my set up.
if anyone can help me that would be appreciated : https://us2.make.com/public/shared-scenario/l2lDhbTuPxk/integration-webhooks i can also provide the JSON file of the scenario if that helps.

