on ‎2024 Dec 18 12:09 PM
I have a requirement where we are Rendering a PDF form, we are getting the result from this action. now when we are trying to send the email with file content as attachment getting error file not found.
I am not sure how we have to send the file content as attachment as without attachment the automation is working without error.
#SAP #BTP #BPA
Request clarification before answering.
Hello @Ashunitrox ,
I hope I can answer your question. I am assuming you wanted to handle the base64 to pdf and send it as an attachment using Outlook.
So to do this, you have to save first the base64 content as an "actual file" before you can use it as an attachment.
First: (I have to create a base64 content, to replicate that I have a b64 data)
(Save the Base64 file as a PDF File)
Once you save the file, you can use it now as an attachment to Outlook: Add Open Outlook Instance -> add Send Email (Outlook). At the parameter tab, at the bottom there is "Attachments". Add the fullFilePath of your PDF.
Add "Close Outlook Instance" activity.
I hope this helps. I
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ashunitrox ,
Glad that the initial solution works for you, and even better that you found a better approach.
Great stuff! Happy automating 🙂
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.