Hello, guys,
This is my first post here. Pretty great community!
I usually enjoy figuring things out by myself, but I’m supposed to deliver a POC soon, and I’m running out of options.
Context:
I am supposed to simply forward an email and its attachment that I receive in Outlook to a specific email address, also adding some comments inside the body & subject of the email. The email contains an attachment.
Issue:
If I use the default Forward function in the properties of Send Outlook Mail Message, it will do so, but I can not modify the Subject or add comments to the Body of the email. It does not forward the attachment either.
As such, I’ve been trying to workaround this by using Save Attachments to a specific folder. Trying to grab the attachment name as a variable, and then using that together with the path in the Send Outlook Mail Message properties to attach it. But it’s kind of complicated, because I can’t capture the attachment name just right. It will also need to be deleted after the forwarding.
I’ve searched for an answer in the forums, but no luck so far.
It’s a pretty simple task, so I posted here thinking there are probably other UiPath beginners such as myself dealing with this. I would really appreciate a hand, guys.
My thanks in advance,
Vlad