How to Extract Data from a Grid with Scroll

Scenario: I am trying to extract data in a a Desktop application from a Grid that has a scroll , also the quantity of data is a huge. After data extraction i have to perform certain operations on specific columns of that data . I am not able to extract data from the grid , it is a Desktop application.

Steps to reproduce:

Current Behavior:

Expected Behavior:

Studio/Robot/Orchestrator Version:

Last stable behavior:
Last stable version:
OS Version:
Others if Relevant: (workflow, logs, .net version, service pack, etc):

Hi,
Did you try DataScraping.

or use scraper and sendhotkey with page down or down key.

i tried to scroll through the grid using hot keys like ctrl+Home & ctrl+End but i was not able to extract data

did you try pagedown /down key.
what about data scraping ?

Hey ! Even i was having the same problem while using “data scrapping” with scroll and I tried using page down but it’s throwing an error - “Cannot find all pattern elements”… Any other solution ?

All,
I am having the same problem. on teams further research i came to know that the grid i am trying to access is a Flex Grid which is not exposed to be searchable and thus i cannot copy complete data from grid using Data Scraping or Screen Scraping. I have already raised a ticked with UIPath and if there is any solution that they propose then i will update this thread.

@vatsal.jt Hey I also go stuck down there with similar issue. Did you got solution from UiPath?

Hello,

I have the same issue in a web application: I have a scroll down on the table and the Data Scraping returns me the visible rows only.
could anyone helps me please? Thanks in advance.