Hello,
I am new to blue prism and I am running into an issue that I need assistance one. What I am trying to do is log into our financial database process a report and have it emailed as an attachment. The attachment is created in .xlsx format and placed into the download folder.
I have the report creation done in the template but I am running into the issue where the attachment is not being attached.
The report file name is Investment Value_2022-12-12h10m30s42.xlsx with everything after the investment Value is different.
I tried using get files with the CSV "Investment Value*.xlsx" but that had the collection blank. I made a collection of the file path and put [File_Path]&"Investment Value*.xlsx" but I get the error that file was not found.
I am using the Microsoft Outlook VBO as the process to email. To ensure I had that set up correctly I remove attachments and everything runs and email is sent.
Any help would be appreciated.