Hello All,
We are using Logic APP to process our XML request. This request is being sent to logic APP via API management. API management is sending a XML file but when we receive it in Logic APP its encoded. And while sending the request from Logic APP to function app this request is being decoded implicitly by logic APP.
The issue is this implicit conversion of XML is adding unknown locale characters ('REPLACEMENT CHARACTER' (U+FFFD)) in the decoded XML.
Why logic APP is adding these unknown characters while decoding?
Can we disabled this implicit encoding and decoding in logic APP?
Thanks In advance.

