List Join

Hi,

I would like to join this two lists, but instead of getting them one after the other, to be combined like in the picture.
Is the solution related to Lacing? In this case, how can I apply it to the node List.Join?

Thanks!

Not sure to understand, do you mean something like this?

You could also use List.Combine and the List.Join as the method.

2 Likes

Thanks! I didn’t know this node.