How to adjust the extract data table to do not miss the data each time?

Hi,

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.

@Evelyn_Lu

Is the data getting loaded only after scroll?

If yes then first scroll and then indicate the data…

If not ideally it should take whole data unless you set a limit…please chekc the limit property in the extract table properties panel

Hope this helps

Cheers

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.

@Evelyn_Lu

Then I believe you need to scroll and then grab…if that is not the case if there is a next button inisxate it

Did you happen to look at the limit property?

Cheers

@Anil_G, how to add scroll to let it scract all shipment ID?

@Evelyn_Lu

Before extract table use a mouse scroll activity and then scrap

Cheers

hi @Evelyn_Lu

There are 2 ways-

  1. You can use scroll before extracting the data.
  2. 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.

Thanks!!

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.

Regards,
Ritaman.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.