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.
Nov 13, 2018
Have you checked this Flow template to see how to accomplish this? https://us.flow.microsoft.com/en-us/galleries/public/templates/1f4a2b1b99e64e8dbb81b7c47cc5bb11/upload-a-file-to-sharepoint-from-powerapps/