Hello,
I am new to this forum so to this RPA development. I have got one assignment from my company and in one part of the assignment, i need to -
Create a new folder with date
Copy the invoice pdf’s into the new folder and Create new excel sheet (File name should be date specific).
I have used Excel Application Scope, but I m getting this error- “Write Range : Exception from HRESULT: 0x800AC472”
Any leads would be appreciated. Thank you in advance.
Ok. Sure. Let me confirm the assignment, there are couple of pdf files which are in one folder. Bot should reach the invoice number from each pdf file and copy that number into an excel sheet.
You may share your xmal file so that i look into the issue. Thanks Suresh
Hi @MadhraSuresh,
I’m attaching the xaml file and scenario as well. Could you please have a look into it and guide me? Thanks in advance.
regards,
Pranav. Main.xaml (40.3 KB)
Scenario:
Read the pdf
Fetch the invoice values
Create a new folder with date
Copy the invoice pdf’s into the new folder and Create new excel sheet (File name should be date specific)
Create a header row and then feed the invoice data into it
Send email (with excel attachment) in the below format as content and send it to your own mail id
Hi,
The attached excel sheet contains today’s invoice details and the invoices are copied under the folder for your reference.