Problem with Numeric Aggregator not summing correctly

Hello everyone,

I’m facing an issue with my Make.com scenario and I’d appreciate some help. I’m trying to use the Numeric aggregator module, but it doesn’t seem to be summing the data correctly.

My Scenario

I have a scenario that processes data from an HTTP module and then uses Iterators to go through various items. The goal is to sum specific numeric values for each branch of my Router.

  • I have four different branches, each processing a different type of data from the initial HTTP request.

  • The data is a JSON array, which is then parsed by a JSON module.

  • An Iterator then splits the array into individual bundles.

  • The problematic part is the Numeric aggregator module. It’s supposed to sum a numeric field from the previous modules, but the output is always wrong.

I’ve checked the data types to make sure the values are numbers, and they seem to be correct. I’m not sure if I’m missing a key configuration step or if there’s a problem with how the aggregator handles the data from the iterator.

What I’ve already tried:

  • I’ve confirmed that the numeric field I’m trying to sum exists in the data.

  • I’ve checked the “Target Structure” in the aggregator, and it seems to be correct.

Has anyone encountered a similar issue with the Numeric aggregator in a scenario with routers and iterators? Any advice or tips on how to properly set this up would be greatly appreciated.

Thank you in advance for your help!

I am also facing same problem.

would be great if you can send the blueprint here with dummy data maybe