I'm trying to get an Outlook attachment uploaded to VSTS (using the Send an HTTP request to VSTS action). I have everything else working. Including added the attachment to the ticket, but the "uploaded" file is nothing. I've tried every combination of expression to convert the attachment content, no luck. I'm sure I'm just missing some intermediary step.
Here's the "Create Attachment" step I'm using to upload the image before updating the Work item. (The Content in the Body field was just one attempt. From the linked Outlook attachment doc, its type is "byte".)
And here's the work item, with said attachment, but there is no file content.
Any help or suggestions are welcome.