Extract data from multiple pages

I want to extract data from multiple pages but after clicking the next data should be extract


like in this pic i want to click on Proceeds records one by one

and extract these data how can i do it. I use extract table data activity but after clicking the back button it gives me this data

But i want to click on Proceeds Records after that data should be extracted. Please help me in this .

Thankyou…

Hi @praveen5 ,
have you check it

yeah ! but it doesn’t resolve my query.

can you share your link?

with using of extract datatable i extract the particular column and get the number of rows in it. After that i want a for loop that will process according to the number of rows. when it will first loop it will click the row and get the data inside it. after that 2nd time loop will process and click the next row and get the inside data.

As shown in this pic.

If you want to click each Processed Records link then use For Each UI Element

records

it gives error

How can i put a forEach loop in it.

Hi @praveen5 ,

@postwick advised you to use the For Each UI Element Activity.
Could you please give that a try?

Kind Regards,
Ashwin A.K

I an using while loop and its working perfectly

but after every loop it only targets first row of Proceeds Records I want to targets next row. How can i do that.

clickrecords
I want to increement this clickRecords variable in while activity.
To click second Proceeds Records

For a datatable you use For Each Row in Data Table, not For Each. And for a For Each why would you use the count of rows?

Anyway, use For Each UI Element, as already mentioned.