Datatable Extraction - Uipath

Hi Team,

Need your help to resolve my issue. I am working the web page data extraction. I have a table in the web application contains more than 100 rows in a single page.

I am using the table extraction activity and got the output as first 90 rows only and the remaining rows were not captured by the BOT.

While checking the remaining rows were not loaded, while scrolling the table the data gets loaded and visible. But there is no option to scroll the table in the extract table activity.

How to get the entire table, is there any other activities that I can go with.

Thanks In Advance

@manikandan.murugan

check this activity

also check this reference

Hi,

It may be caused by have not read whole the table in browser.
For now, can you try to scroll down the window(?) using InjectJsScript or MouseScroll activity before TableExtraction?

Regards,

@manikandan.murugan,

Scroll down to the end of the data using Mouse Scroll activity and the use Table Extraction. This should give you full data.

Thanks,
Ashok :slight_smile:

I tried that one as well, But its capturing only 90 rows from the bottom. :upside_down_face:

@manikandan.murugan,

Ok. In this case, build a main datatable to hold table extraction results. use a loop to mouse scroll few scrolls as per your understanding of data like 20-30 and the use table extract in temporary datatable. Add logic to check if the current rows in temporary datatable are available in your main datatable. Whichever are unique add them and continue your loop till you reach to end.

Thanks,
Ashok :slightly_smiling_face:

Hey Try This.

Make it “1000”.

also increse miliseconds for timeout and delaybetweenpafesms in properties. thanks

Hammad Rafiq Tukdi :slight_smile: