Is there anyone know how to make the data extract accuracy and complete? when it extract ID from web everyday, it could not catpure full data due to the numbers of ID vary from day to day. Is there any way make it auto scroll down to the bottom to grab the bottom of the data? Thanks.
Hi @Anil_G, no need scroll, the data is loaded after refreshed the web page, now it only grap the row 21, The data starting after line 22 is not extracted. How could adjust the propertites of this activity of Extract data table? Thanks.
you can use the “On Element Appear” activity in combination with a loop to continuously scroll down until the desired element (such as a footer) appears on the screen. This ensures that you reach the bottom of the page regardless of its length.
Hi @Evelyn_Lu , I was also facing the same issue. Since I had the option to click on a button at the top and save the data as an excel file I opted for that. You please cross check if your application provides such options.