List.join not working

Hello, I have two lists with 3 sublists each. I want to join each sublist from either list together with the same index number. How do I do that? This is just joining the child lists together??

Would this work? In order for this to work, though, the 3 input lists must all be made into a list of list first (using the List.Create node as shown) so transpose can work correctly.

Works with 2 lists with 3 sublists each as well:

1 Like

Thanks, both of your solutions work great. I wish I could put both of you as the solution!

@erfajo
I downloaded your latest package, and it appears that your list.clean node that you have, doesnt work anymore, and the new one doesnt work either. So how do I get rid of all the -1’s then? Thanks,