Hi all,
My automation sends emails via the UseOutlook365 container and the SendEmail activity (not the SendOutlookMailMessage activity). I’m wanting to attach multiple files to the email I send. I’ve been trying to implement this by having all of the files stored in a folder, then setting the activity’s “Attachment” property to “Folder.”
When I set this property and run the workflow, it works just fine! However, when I save the workflow, then reopen it, the “Attachment” property resets to “Files”.
This happens independently of the value I set in the property’s field. I understand that I can accomplish this goal by using SendOutlookMailMessage, but (for reasons specific to the project) it would be ideal if I didn’t have to.
Thanks!
Caleb