Hi,
I have an HTTP request where the body is raw text (the purpose is to create a file to upload via API)
In postman the request works fine but in flow the exact same calls fails. This seems to only be due to the formatting of the 'body' text as I've done the following test:
1) Run call in Postman successfully
2) Copy body from PM to Flow
3) Copy body back from Flow to PM
4) PM call fails (on the face of it the text is exactly the same, even checked with a code difference checker)

Anyone have any ideas how to correctly format in Flows? I've tried converting to string, using it in a variable etc but all with no success.
Thanks
Sam