Runtime Exception : Exception from HRESULT: 0x800A03EC in Append Range

Acme_PracticalExam.zip (532.8 KB)

In This workflow I am filtering data derived from scraping, but the moment it is appending data in excel, it throws runtime exception. Maybe because the excel application opens up and then doesn’t close.

Exception from HRESULT: 0x800A03EC

I am not sure How I will be able to resolve this.

Yes exactly. If your file is being modified by the code and you tried to interrupt the process, then this process will occur @Shruti_Rastogi .

Try giving delay before the append range and check

@Shruti_Rastogi seems like dt_workitems didn’t scrape data as expected

as you can see the till row 5 it contains one data from there same data is copied again may be that gives you error.

I guess the problem lies, the page in page shifting, it is scraping wiid from the same page again and again

@Shruti_Rastogi i think while extracting data you mentioned a condition in_transactionnumber>=1
try like this in_transactionnumber=1

I mentioned equals 1 only.