How to provide serial no while writting in to excel

Hi, I have a build table there I provided column as slno and type as integer and checked Auto increment button.Then I assigned a variable as Count =1,and passed that in add data row,and provided count =count+1,but while right in to the excel it is writting as in the below attached excel ,I want it to right like
1
2
3
4
5
6
7
8
9
Can anyone suggest solution for this,
Thanks and regards,
SampleEmp_Details.xlsx (8.9 KB)

Hi,

If you want to use AutoInrenment, it’s unnecessary to use counter variable.

Can you check the following sample?

Sample20230501-2aL.zip (3.3 KB)

Regards,

@Chippy_Kolot

Check here

image

Main.xaml (10.6 KB)