How to copy data between branches?

I want to copy all data from one branch to all other branches of the same parent branch. I.e. I want all data from {0;0} copied to {0;1}, {0;2},… and all data from {1;0} copied to {1;1}, {1;2} and so on.

There must be an easy way to do it (without using path mapper) but I can’t figure it out. Thanks for your help!

This is how I failed:
Data-Tree-Problem.gh (37.6 KB)


Data-Tree-Problem_re.gh (15.4 KB)

1 Like

It’s not even easy to understand what you want?


Data-Tree-Problem_2021_Jul10a.gh (22.6 KB)

Exactly what I was looking for. Thank’s so much.