How can I combine, to group two lists?

Hello!
I need help.
In the picture you can see I want to achieve a state but can not find a solution.
I would like to ask for help.

(I apologize for my English)
Thanks!


Use the List.count to count the number of elements in each sublist (through a list.map node) to then slice (“chop”) your other list

1 Like

A slight variation on the solution provided above by @GregX

1 Like

Thanks for the help!
I was on the right track in seeking a solution but List.Chop and List.Map element connection was not good…

You Are Kings!
I’m thankful!

1 Like