
Announcements
I have successfully added email attachments to SharePoint in the past but recently my attachments are no longer loading. I've attached images of my flow and images of attachments not loading. FYI, a CSV file will open but it opens with the incorrect data.
Hi @emilysmith1 ,
I have done a test on my side , and the flow is saving the files correctly after creating the item in SP list. Not sure what data you are passing in File Content. I think you don't need apply to each 3 .
Please refer to the below image.
Expression to get the File Content-
items('Apply_to_each_Attachment_on_the_email')?['contentBytes']This is as per the naming convention followed in my flow.
Hope this helps!
Thanks,
Sanmesh