Auto increment starting from 0

hey is there an option changing the default value for the auto increment option to 1 instead of zero?
thanks

Hi @adirb

Welcome to community!

Can you be more specific on the above mentioned?

Regards

image
hey thanks for the reply
as you can see here theres an option for auto increment in a table column
the default is to start from 0 and i want it to start from 1

Hi @adirb

You Can try with Idx value +1 that will Start from 1

Regards

is that a data type?
its called idx?
does it auto increment without me selecting the auto increment value?

Hi @adirb

Are you using Build datatable activity?

Regards

yes i am

thank you very much!