Dynamic Increment variable in click selector

I want to increment the Counter variable as shown in this
counter

I am using assign activity to increment the counter
assign

But it doesn’t increment the selector in click activity. Please help in this…

@praveen5

Can you show whole of your flow…where the loop is present…as it would update want to know what is the issue

cheers

Hi @praveen5

I think there is a scope issue.
Before the For each you are using initialize the count value with 4 as you want in assign activity.
Inside for each take an assign activity and increment the value.

Hope it helps!!

I have use a while loop where it iterates according to number of rows at each iterate i should click next row in Proceeds Records.

while

But it doesn’t increment the variable in click selector

while1