Hello I have an email with a JSON file attached.
Here is the content of the file
{
"Releases": {
"Path64: "/Test/Test/Test Ver. 1.0 64-bit.zip",
"Version": "1.0",
"Path32": "/Test/Test/Test Ver. 1.0 32-bit.zip",
"Product": "Test"
}
My flow is very simple - all I want to do is grab this email, parse the attachment content into JSON using Parse JSON action.

}
The issue though is the JSON file content gets converted to a blob content type: application/octet-stream. And Parse JSON throws an error. I have also tried extracting the content of the attachment and converting them to base64string prior to invoking parse json - unfortunately the issue is the same.
Here is a snapshot of the error, the input content is in an octet stream format. I generated the schema using my json file - but I am still getting this error. Am I doing something wrong? Is there any other way to get this working?
