Hello, is there any node that can help me to re-start the serial number per each sublist?
Thanks
Not entirely sure if this is what you are after, but Iinstead of List.Chop try List.TakeItems.
Im not sure, Take Items is for selecting an element from a list, isn
t it? I need those sublists. What I`m trying to do, is assigning a serial number to different families. These Serial number, I need the serial number to restart depending on an X parameter value. For example: I have Family Type 1, Family Type 2, and Family Type 3. I need a serial number on each, that always starts with 1,2,3. Right now, it this number is not restarting.
Thanks it is what I was looking for. Solved.