Re: "BadRequest. Http request failed as the content was not valid" in Power Automate
The character "ç" is in the API's response because it naturally appears there. I sent a JSON request to the API, and it sent back this response:
jsonCopy code{ "success": false, "codcliente": "000001", "msg": "AJUDA:REGBLOQ Este registro está bloqueado para uso. SB1-Descrição Genérica do Produto" }
I can't change how the API responds, and right now, it seems I can't even replace the caracthere because it does not process in the output of the action:
