How to iterate through serial numbers and get data

Wow… I see… that’s why I don’t see you much around here these days…
I’m also involved in lot of community work… hosting meetups and organizing them etc… So I also got really stuck with community work and office work. :smiley: But I’m still here helping our lovely community and our amazing guys at UiPath :slight_smile:

1 Like

if its not a image automation, you will be able to get these values in selector properties, make your selector as a dynamic selector and use element exists and use click/type whatever needs to be done and once all actions has been completed increment the dynamic selector variable by 1.

Tq @Shubham_Varshney


it is showing me like this

1 Like

Tq @Divyashreem


I need to click this catalogue one by one and extract the data from it

definitely you will be having some properties called rowindex which you can make use in slectors, if not get the selector of serial number and do relative click.

I have table row property can u explain me in clear steps if u dont mind @Divyashreem

when you have table row property that will be containing a row numbers either starting from 0 or 1, make that value as variable and loop that variable.