Adding consecutive index of a list

Is there a node to do it?
image

List.Scan, but there are other ways that would require more than just a node

3 Likes

Thank you so so much for the alternate method as well @Vikram_Subbaiah!! I couldn’t figure out getting the desired result with List.Scan for a list with three layers of nesting, but your other method worked like a charm in my case.

1 Like

Is there an option for processing multi-level lists?