Numeric aggregator but SUMing 2 separate values independently on each bundle

Is there a way to just use one numeric aggregator to sum 2 different sets of values on each bundle?

Like if we have 10 bundles, and each one has ‘price’ and ‘qty’ and I want to output the sum of both price and qty individually (price+price+price AND qty+qty+qty), is that possible? Or I need to use 2 separate numeric aggregators to SUM each price and qty?

You can use an array aggregator first, then a set multiple variables module with the built-in functions map and sum.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!