I need a little help to understand how make the sum of specific index, inside each branch.
I need to divide the list of each branch (p.e. each 3 indexes) and than sum the values in the right index order, (p.e.in Branch 0, Index 0+3+6, 1+4+7, 2+5+8)
If I understand you correctly, you want to split the branches with different partitions, correct? Something like this could work, just graft the size input in the partition list component, as you are already doing and use the Shift Paths component at the end to keep the same structure. As I do not have you data, you may need to play with the input of the Offset in the Shift .