need to extract the result in to a data table ???
Solution
Please follow the below steps to fetch all the records of the grid .
-
Use the "Data Scrapping " activity to scrap the info from the grid . Click on the activity and point it to any cell of the gridview .
-
Click “Next” and select any grid cell .
-
Click “YES” for selecting the whole table .
-
Click "Finish ", if the data in preview window is as expected .
-
Click “Yes” as we are trying to extract all records . In your scenario it could be “Next” or “>” option which will let you to span the next rows .
Once the automation is complete , all the rows will be extracted on the Datatable .
The resultant workflow would be similar to below :
You can set different properties option . Please refer the below window .

Let me know if this helps .