I have a logic app which is making a HTTP GET request to an API. HTTP is failing with the following error.
BadRequest. Http request failed as the content was not valid: 'Unable to translate bytes [9B] at index 790 from specified code page to Unicode.'
I am able to invoke the same API using Postman without an any error, however, I can see in the response that there are some unknown characters.
Does anyone know how I can work around this issue using Azure Logic Apps?