Hello everyone,
I want to know the index of empty cell while using For each excel row activity.
Here’s my screenshow.
I want to print “i am empty cell” with row index.
i know i can do this by using counter variable and increase it by 1 in every loop.
Is there any way to count index without manually assigning the counter variable?