I’m not having any success with getting the array sum formula to work for my scenario. I am trying to calculate the sum of the package_value_p__month within the arrays of each of the bundles in the attached screenshot.
The correct answer is 10,000 (4,000 from Array 1 + 6,000 from Array 2).
I have tried the numeric aggregator module but the sum is only calculated for the first array in the bundle - it doesn’t factor in the other arrays within in the bundle.
Hi @Megaphone, you can use Map function to map package_value_p__month in “Set Multiple Variable”, or remove all the aggregators and iterator, just connect the list board’s item with the number aggregator. When all the values are in the same array (without having collection), then you can use the number aggregator.