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)