Combine sublists

hi!
may I know how to combine two lists into the list in the right?

hi @newshunhk ,

Just use Join node? than flatten (when you want 1 list)

KR

Andreas

1 Like

Hi @newshunhk ,

You can use the node List.AddItemToFront for this.
Just make sure the lacing is set to @@L1 and @L1 respectively.

1 Like

Seems like you’re attempting to transpose

Would be even more direct the depth of the initial list is reduced

1 Like

@newshunhk List.Join & List.Transpose is all you need
image

2 Likes

thank you all :slight_smile: