List Re-Merge

Hi All,

I am working on wall edges and have split them out to all 4 sides now I am trying to merge the lists back where there would be 3 lists with 4 items each. Instead the best I could have done is all those items merged together into one lists or 4 lists of 3 items which is reverse of what I want. Am I missing something obvious here?

Hi @jonas.blazinskas ,

Not sure if that’s what you’re looking for, but you can add a List.Transpose node after the List.Create node to get 3 lists of 4 items.

Transpose

1 Like

Alban,

Thank you as always, just what I needed!

Regards,

JB