How do I create an auto-incrementing row number with Glide Tables?

Just fixed that.

Thanks that was very helpful!

May I ask how can I watch the video please, it seems they are just preview looping without a sound…

Try now.

Thanks @Darren_Murphy I can watch now :pray:

Is ther a way to create it like the second video but have it start with 1 intead of a zero?

The easiest way is to do it as shown in the video, and then use a Math column to add 1 to the index.

1 Like

Hi @Darren_Murphy

Thank you for the solution. I tried and it worked great.

is there a way to start with 001

then keep incrementing it?

Regards,
Dilip

Assuming you are referring to the Row Index method, use a math column to add 1 to the index.

Sorry for asking this. @Darren_Murphy , how do I add 1 to the index?

Regards,
Dilip

1 Like

Hi @Darren_Murphy ,

thank you for this.

Also is it possible to write 1 , 2 , 3 as 001, 002,003

and 10 as 010 and so on?

Regards,
Dilip

Use a Pad Text column.

Just be aware that the result will be a string, not a number.

4 Likes

@Darren_Murphy

Thank you for the help.

Regards,
Dilip



I did this hope it helps.

1 Like