Forum Discussion
Flow email task - include attachments
- 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.
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.
Hello Chris, after 'Get Attachments' and 'Get Attachment Content', is it possible to copy the list item attachments to another list? I have not been able to find a way to copy list item attachments to another list. But I could copy list item attachments to a document library folder.
Thanks,