Index a list

Hi,

How can i add a column to a list at the beginning? basically i want to export to excel a clean table with index for each item. Thanks

List.AddItemToFront

Thank you Zachri, but how i add an increment for the item input? does it need a code block or python script?

You might need to explain your intent better.
See if this helps though…

Some examples

Sequence

Sequence did it. i used 1 to start and list.count to the amount add the result to list create. Thank you.

alternate approach
there was once a getKeys node which was kinda handy, but deprecated for some reason