Hi,
Long time listener, first time caller.
(1) I have a flow which is grabbing a TAB delimited file (saved with a .CSV extension) from an email attachment, this is the current / latest version. Content type: application/csv
(2) It's and also grabbing the previous version of the same report from SharePoint using 'Get file content using path'. Content type: application/octet-stream
When I built and tested the flow using get file content from OneDrive for business, it was working fine.
Now, the data returned from both actions is not human readable, I have tried both base64ToString and decodeBase64 functions but neither will make any difference; I have also tried changing 'Infer content type' parameter from 'true' to 'false'.
The output of all four 'Compose' actions looks exactly like this:
Any suggestions gratefully received, thanks in advance.