praveen5
(Praveen)
September 12, 2023, 5:45am
1
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
praveen5
(Praveen)
September 12, 2023, 6:28am
3
yeah ! but it doesn’t resolve my query.
praveen5
(Praveen)
September 12, 2023, 12:56pm
5
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.
postwick
(Paul Ostwick)
September 12, 2023, 1:00pm
6
If you want to click each Processed Records link then use For Each UI Element
praveen5
(Praveen)
September 13, 2023, 6:57am
8
How can i put a forEach loop in it.
ashwin.ashok
((TheCodingTheory))
September 13, 2023, 7:34am
9
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
praveen5
(Praveen)
September 13, 2023, 7:39am
10
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.
praveen5
(Praveen)
September 13, 2023, 10:10am
11
I want to increement this clickRecords variable in while activity.
To click second Proceeds Records
postwick
(Paul Ostwick)
September 13, 2023, 12:21pm
12
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.