Hi. I am trying to make a simple routine:
- Open outlook mails (from inbox) that have “Invoice” as subject AND have an attachment
- Save pdf attachments AS PDF
- Open 1st pdf and read data into excel/csv
- Close pdf, read next pdf.
I cannot find a simple answer to this. My code is as per the image below. One problem is that UiPath saves the pdf attachments as ZIP files. Also I dont know how to open the saved pdf files to extract the data.
Please help - thank you!