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.
ChrisWebbTech I am doing a flow that is meant to send an email every time a Microsoft Form is submitted. Within that email I am trying to add a hyperlink or attachment so they can add the event to their calendar regardless of email platform. I've tried the icloud calendar option, by saving the calendar to a shared OneDrive folder and then doing a hyperlink in the flow email, but this flow failed.
Is it possible to add it as an attachment maybe? Of so, how if it is for individuals outside of my organization. Is SharePoint needed?