Hello,
Basic question here:
I am merging data with different tree structures like this:
The last data stream is a value that should be added to each branch of the resulting data
({0} N=9 {1} N=9).
Instead, it is added only to the first branch ({0} N=9 {1} N=8).
(Tried grafting all the branches, but that hasn’t worked out correctly.)