Hi there!
I have an output of an Iterator that has multiple bundles, each containing 9 items. I need a single expression to determine the sum of two items if two other items match between bundles.
For example…
In bundles 23 and 24 (output of the Iterator), the value of item 1 matches for these bundles (10320). If this match of item 1 happens between any bundles, I need to add item 6 - i.e. $43.52 + $55.00. This addition should happen for all values of item 6 between any bundles that match item 1.
This needs to be a single expression not containing more modules, as the output of this Iterator feeds an Array Aggregator to bulk add rows to google sheets which happens in a single operation.
Iterator Output.json (902 Bytes)
Is this possible?