Hi,
I tried following this Flow: https://preview.flow.microsoft.com/en-us/blog/multiple-attachments-single-email/
And also had a look at a couple of other discussions in this forum.
Yet, when I try to replicate things, I get an error saying that
{
"status": 400,
"message": "Parameter 'Attachment Content' cannot be null or empty.\r\nclientRequestId: 2960f4c2-d0ff-439d-ab24-2baa52760795",
"source": "office365-we.azconn-we.p.azurewebsites.net"
}
Attached are the files that I stored on a SharePoint document library and that I want to add all as attachment.
The files are XML and PDF documents.
My flow looks as follows:
I even put an additional compose step before sending the email just to check that the content is not empty.
What is going wrong here?
Any help would be appreciated.
Many thanks,
Ludwig