Hey everyone,
I have the following issue:
Array aggregator outputs an array with 3 values which all have the field “Price” with a number value.
Next I’m trying to get the average number in the array by doing that in set variable step:
average(17. Array)
But the input bundle say the variable bundle is empty…
If i instead insert:
average(17.array.Price)
It just gives me the first value.
What am I’m missing here?
Thank you already - I’m sitting on that issue for over two hours now