There is no row available after extracting Data through Data Scrapping but when the same datatable is written in Excel using excel application scope and write range activity having all the Data .
Could someone please advise on this as I am new to UiPath.
Do one thing. After Refreshing the page use Element Exists activity and Indicate any fixed element. If it exists then scrape the data else use some more delay and then try to scrape the data.
@Tarique When you set up the Data Scrape does your Preview Data populate? If so, use a For Each Row loop to print each Row of the DataTable used in the Data Scrape Activity before refreshing your page.
If after you refresh the page the same Data Scrape does not work you will need to adjust your Selector Elements to properly identify the Table each time the page is loaded.
@Jarzzz Sorry for the late response, as you can see that data has been scrapped properly. It looks like a selector issue as on the seconds attempt it is unable to scrap the data from that location.