Applying List.Scan node to sublists

Is it possible to apply the List.Scan node to sublists? I am trying to produce the same result as the demonstrated in the top definition to each sublist [0] and [1] separately. It doesn’t appear that List.Map will do the trick (bottom definition).

recursive wishlist explanation_list-scan

Once you wrap that logic in acustom node, you could probably use it with a List.Map - but why reinvent the wheel?

Just use LunchBox’s Mass Addition node…

MassAddition

Andreas, this is exactly what I’ve been looking for. It turns out I had an old version of Lunchbox installed that didn’t have the Lunchbox Mass Addition. Many thanks!

another approach