Combine 2 list together

I am a newbie with Dynamo and i am hitting a wall with 2 list that i would like to combine and merge (if this is making sense)
first i have this list (Level name) with 16 names and a second list (Numbers) with 4 sublist of 16 numbers.

what i am looking for is to get a list which contain the Level Name and the count of each 1 sublist at the same “level” than the Level name.
here an image to explain maybe better:

thank you in advance

Fred

Hello,

Take a look at a node called List.AddItemToFront

Thank you @Einar_Raknes and @Vikram_Subbaiah, that’s exactly what i was looking for!

1 Like