
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2018 10:01 AM
Hi all,
I've created a Custom App using Studio, whereby we will receive Weather Warnings from a National Weather provider, and then forward this e-mail onto relevant parties.
I created an extension of TASK so we can have a record of these weather alerts. The e-mail that we will receive, will contain a PDF attachment, that is the details of the warning.
Through my inbound action, I'm creating a record on my new table, where the PDF will be attached to the ticket.
Through Flow (new module, not legacy workflow) I've been able to spin my flow up pretty quickly. However I see no option to include the attachment from the record, onto the e-mail I'm sending out.
Any ideas how I can accomplish this?
- With Send Email action in Flow Designer, have the attachment from the record included in the generated email
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2018 09:13 AM
Hi Daniel,
Bad news is that I don't think there is a OOB functionality for this. Good news are that it's very easy to solve with a custom action. Basically you create you own "copy attachment" action and then you can use that action to copy the attachment from the task record to the email-record that is used to send the email.
I made a quick video here for you to see what I'm talking about:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2021 08:42 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2021 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2021 04:53 PM
Hey Goran. I gave this a try, and there seems to be some kind of race condition in the mix. My trigger on my flow is a Service Catalog trigger. I'm using the default "run flow in background" setting. When the email arrives, the attachments are not on the email. If I manually test the flow using the same RITM record that triggered the flow the first time, the second email does have the attachments. I noticed in your video that you mentioned that the "Send Email" action "queues" an email, and that your attachment copy action runs right after that action. Is it possible that the email is queued and sent by the system in the background before the attachments can be copied?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2021 02:45 PM
I used a method similar to Benjamin Nuttin's suggestion to solve this race condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2021 01:31 PM
I got this to work however when anything besides image files are attached, it does not send an attachment.
PDF, docx. etc