Data Scraping Extract Wizard throws Could Not load file or assembly UIPath.Interop exception

image

This happens after I hit ‘Next’ when it asks for Select Element.

Hi @undecided,

So in some cases we will get this issue so we need to try another way of approaching

If the page number clicks then only the will fetch from the server means you can’t get the data using data scraping.

so, use data scrapping to get the data and using find children activity to get the elements using for each loop through it. inside click the page buttons and use data scrapping and finally merge it

Regards,
Arivu :slight_smile:

2 Likes