Scraping data from website not working

Hi,

When I try to scrape data from a table on internet explorer, no data gets scraped. The automation runs without an error but when I look at the excel sheet, it is empty.

My colleague has the exact same issue.

Does anyone know how to resolve this issue?

Thank you in advance

Are you using the default excel file?
Check that in Configure Excel Workspace you have checked the option to Autosave File. By default is not.

Hello @DGCJEW!

Double check if your scraping works by typing the below code in a writeline or message box activity.

YourDT.Rows.Count.ToString

If this returns 0, you have to change the way you scrap data.