Adding already saved attachment to email using email connector

0
Hello,   I need to attach a document that has already been uploaded, to an email. I can't seem to work out how to.   We have downloaded the document list which is a generalization of the system.fileDocument We find the document we need to attach using the find activity. I then retrieve the attachment list associated with the email template. My assumption then is to add that attachment from the find activity to the attachment list, however I can't seem to.      I have also tried creating an attachment and setting it as I think that is what the docs is saying, but don't understand how I am suppose to set it.     I am clearly on the wrong lines, If anyone can point me in the right direction I would appreciate it.   Thank you
asked
1 answers
0

Try using the SUB_EmailMessage_SetAttachments microflow in the Email Connector module. It will take a list of FileDocuments and return a list of Attachments associated with an EmailMessage object. If you don't want to use this directly, you can use this logic in your own microflow.

 

I hope this helps.

answered