PA Family -
I am having an issue pulling attachments from a SharePoint list and attaching them to an email.
They are all corrupt in the email -- I can save to a SharePoint file directory - no problem.
I followed this and many other examples: https://powerusers.microsoft.com/t5/Using-Flows/Corrupted-Email-Attachments-from-Sharepoint-Lists/td-p/1638365 to no avail.
Any recommendations?
Finally found it...
https://www.tachytelic.net/2020/09/power-automate-add-multiple-attachments-approval-email/
{
"ContentBytes": {
"$content-type": "@{body('Get_attachment_content-Individual')['$content-type']}",
"$content": "@{body('Get_attachment_content-Individual')['$content']}"
},
"Name": "@{items('Build_attachment_array')?['DisplayName']}"
}
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional