"Numeric Aggregator" module

I am having trouble using the “Numeric Aggregator” module. I want to sum the values from the “Array Aggregator”, but unfortunately, I am getting a Buddle 1 value as the “Output”. Could you help me identify where I might have gone wrong?

You should be calculating the average on the results of an Iterator, not the result of an aggregator.

The iterator splits one object into multiple objects (so in this case, 8 bundles).

The Aggregator does the opposite; it takes many bundles and turns them into a single bundle.

L

4 Likes

Thank you - it works :wink:

3 Likes