I am trying to read a JSON file from the data lake (using Azure Data Lake Store - Read File) and then parse this (using Parse JSON) however I get the following error.
BadRequest. The property 'content' must be of type JSON in the 'ParseJson' action inputs, but was of type 'application/octet-stream'.
If I send the File Content output of the Read File action directly to an email then I can read the contents of the JSON, but I can't parse the output directly, or convert it using Initialize variable.
Is there a workaround to get access to the actual File Content and not the binary.

