If you are assigning the int_index variable to index property in for loop then automatically it would change to 0 as by default the values starts from 0
One thing you can do is use +1 always to get the index you need
Or remove the variable from index property and manually increment it in for loop so that it starts from where you need
Hi, my enthusiastic UiPath Instructor, @Anil_G !
As you suggested, I think there are several means to fix this problem.
However, my question was to know to set 1 as the first value of int_index.
May I think there are NO MEANS to set 1 as the first value of int_index in the end?
I believe you can show me exact answer on the dot.