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
.
.
.
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,
Hi,
Did you set it at Index property of ForEachRow activity?
Regards,
Thanks @Yoichi
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.