I have a Flow that converts incoming emails into Jira issues. It works fine for the Issue creation, but I cannot get the email attachments added to the Issue. I'm attempting the approach described here: Solved: Send file with HTTP Rest - Power Platform Community (microsoft.com)
The problem in my case in that "Attachment Contents" variable is null, even when I know the email has an attachment.
I'm trying to use the "Attachments Content" dynamic content.
The Attachment Name value returns properly, so I know the Flow sees the attachment.