Hello,
I know this topic keeps on coming up - Id like to save embedded images in the body of an email to a SharePoint list item.
I saw somewhere else that @karas had suggested they had done this:
Suddenly I find out that for emails with attachments flow saves embedded images as stand-alone file.
So, I transformed my flow to following:
Export email -> for each attachment - save to list item.
IDK how, but "Export email" action makes MS flow recognize all embedded images as attached files.
https://ideas.powerautomate.com/d365community/idea/09d21571-aca9-4b6d-9614-2737a87ac6c5
This is my flow, however I'm unsure what they mean about doing after the 'Export email' action??
I have used another method where I convert the body to html and use base64 conversion however this is limited to 2mb file sizes.
So Id prefer to get this working another way if even possible?
Thanks!