@Jevon I don't know if it makes any difference but I have Name ahead of Content.
For your content field I have it working by going to Expression any typing in body('Get_attachment_content')?['$content'] is this what you have done? If not then I have a solution on Page 10 of this topic that I have functioning for me.
I'd also be weary of naming the variable 'Attachment' it could possibly be a reserved word although I'm only guessing, I imagine you'd have got some kind of error notification if it was.
@GFinlayRPS it worked what I did is i used an existing flow that have the attachment process that is working using the send email and i changed it to content. Btw, the attachments are not visible through the mobile app only for emails?
I am trying to create a holiday leave request form, as part of the form people may sometimes want to attach attachments- this goes through the approval method. Can anyone please assist me in doing this, i have tried multiple times and have had no successes.
Following along here I couldn't get multiple attachments to work for an approval email. Using the expressions in the above posts, I got them to show in the email, but I got file corruption errors when trying to open them. Eventually I tried with one attachment which worked and I used Peak Code to see what it was doing.
I saw this:
"@outputs('GetAttachmentContent')?['body']"
Changing my array to the following now works, I get the attachments in the approval email and the files work as expected. I've tested with word and excel files. Note that "GetAttachmentContent" corresponds to the name of your Get Attachment Content
We are now working on the functionality to attach files to Approval requests.