Data tree help

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.)

You’re going to have to manually duplicate the data,
Something like this:


(Option 2 might not always work, but still a fun way to match data)

-Sash

1 Like

That works awesome, thanks so much!

1 Like