In some automations, you may require to attach a file to a work item in DevOps.
For example, you may want to send an email to a Distribution List, and with the email content and attachments, cr...
Edit : it seems that i'm not the only concerned https://github.com/Azure/logicapps/issues/1236
Edit 2: i finally found that the binary() we put in the upload task causes the problem. I simply use the "body ContentBytes" values from the Retrieve Attachments response and now it works,