DGCJEW
(Danny)
January 17, 2020, 10:54am
1
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
studioX
(Horia Belu)
January 17, 2020, 10:57am
2
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.