Add list items to multiple list

i have one list (A,B,C,D) and i have set of lists(1,2,3),(4,5,6) and third set (w,x,y,z). Now using dynamo in civil 3d i want output (A,1,2,3,w),(B,4,5,6,x)

Use a List Create to wire all of the lists together into one list of lists.

Then use a List.Transpose to turn the rows into columns/columns into rows.

Jacob beat me to it! :slight_smile:

2 Likes

A visual representation never hurts.

When i started to learn Dynamo screenshots were very, very helpful :innocent:.

2 Likes