Hi all,
I’ve been trying to get a varying amount of items from sub-lists, please see the image below:
List 1 as shown contains the sub-lists where i want to retrieve a varying amount of items.
List 2 as shown contains the items i want to isolate in another list, so in this case i need from List 1s sub-lists: the first three items from sub-list 0, the first three from sub-list 1, the first two items from sub-list 2 and so on.
My current script arrangement isn’t working, i have also tried using the list.map with the list.getitemsatindex and the list.chop nodes with the wrong results.
Could anyone provide me with any ideas please? I have tried quite a few arrangements but no luck as of yet.
Thanks in advance! If you need anymore info let me know.