Sub-list domain problem


It’s a problem with the domain of sublist.
It works without any problem when the start of construct domain is 0.

But when start is not 0, this error occurs.
There is no problem when I look at it in paramviewer, so why is this happening?

매싱.gh (42.0 KB)

I can’t see what the error is? Looks ok in those images.

the issue is that you are flattening and renaming the Paths from 1 to 5, while generally speaking, the index numbering of items in a list starts with zero

so when you tell to Sublist to give you items “from 1 to 2”, you are telling it to give you the second and third item of your list

I’d suggest to renumber these branches on the left from 0 to 4, maybe simplifying the definition with something like Entwine + Clean Tree, you would get the very same result with much less components :+1: