Invoice data scraping

While doing data scraping, the data is getting extracted at the time when I make the flow. But if I close the uipath studio and the form for which I extracted the data and again open it. Then the code doesn’t work, the data doesn’t get extracted. I have faced this issue every time I perform data scraping. How to resolve this?

Hey,

You should keep open the invoice file while you are Extracting the Invoice in uipath

Thanks,
Rounak

The same flow doesn’t work the next day. I have to do the whole procedure again, even after I open the same invoice in background.

Hello @aditit

Please check the selector. I hope there should be some dynamic attribute in the slector. That needs to be replaced with wildcard “*”.

Thanks