How to count each steps of rows in data table and to see it in the output panel?

As you see i am always getting the total number of my rows.

But i want to get numbers of each steps that i am in like in the following

1
2
3
4
5
.
.
.

Hi,

Can you try to set int32 variable at Index property (let’s say idx) then output idx.ToString as the following?

idx is 0-based index. If you need to 1-base index please use (idx+1).ToString

Regards,

1 Like

Hi,

Did you set it at Index property of ForEachRow activity?

Regards,

:clap:

Thanks @Yoichi

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.