Re-organise tree branch

Hello guys, I need your help!
I have to reorganize the branches of a tree, passing from 10 branches with 13 items per each one to 13 branches with 10 items. And, the new branches, should be organized in the following way:
new branch 0 with all the items that were in the old position zero
new branch 1 with all the items that were in the old position 1

new branch 12 with all the items that were in the old position 12

How can I do? I thought that path mapper could help a lot in this case but I don’t know how to use it

Reorder Branches.gh (14.6 KB)

Are you looking for Flip Matrix?

1 Like

I feel so stupid… yes, you’re right, I could have used flip matrix, but I totally ignored it and I don’t know why :woman_facepalming:
thank you very much @HS_Kim !!!