Forum Discussion
Philip Livingstone
Nov 13, 2018Copper Contributor
Flow email task - include attachments
We have a PowerApp that allows the user to attach a document... In the Flow we need to include the attachments (if there are any) to an outgoing email... But I can't see any way of doing that?...
- Nov 13, 2018
Assuming these are list item attachments, you can use the get attachments and get attachment content actions. And once you have these, you can pass them to an Outlook E-mail action using the name and attachment content in your attachment fields. These will loop through each incase you have multiple attachments. Just keep in mind that attachments from Powerapps are limited to 10MB in SharePoint list attachments.
Mats Warnolf
Dec 18, 2018Brass Contributor
This is my task too, to figure out. We need to attach documents from Document Libraries to an email and send it to the requesting user via flow.