Creating Sublists of List

Hey Everyone,

I apologize if this has already been covered; however, my google attempts seem to have failed me.

I’ trying to combine two lists in a specific way.
First, I’ve a single list with X items.
I’ve a second list of Y items with sub lists X items.

I need to take the first list of items and insert it within the second list within it’s sub list.

For Example:

I need all the items in the first list to be woven into the sub lists of the second list and repeated in every sublist
image

I hope this is clear, I’m still relatively new to Dynamo

Thanks in advance

You can possibly do it with AddItemToFront and @Level adjustments.
See here related documentation:
http://dictionary.dynamobim.com/#/Core/List/Action/AddItemToFront
http://dynamoprimer.com/en/06_Designing-with-Lists/6-3_lists-of-lists.html

Like @Yna_Db mentioned:

1 Like

Thanks for the replies.

I kept searching and found a method using a custom node block such as:
image

This actually worked perfectly and gave me the result I needed.

1 Like

This can not be the solution of any problem here because it was not exposed correctly at first. But I am glad anyway that you found what you need. Could you please send the link to the post where you found it? To fit the general guidelines of the forum, it will be better next time that you search first and post your graph only when you encounter issues. Thanks :slight_smile:

1 Like

MIchealR, What did you use for ListA, CountA and CountB?