Using Plugin Registration, I registered webhook, Power automate and sample webhook as well.
Json (Remote execution context) sent to webhook seems to be fine but when German characters appears in field values, it sends as rubbish.
I tried adding httpheader to webhook as Content-type: application/json; charset=utf-8
or Accept-Charset: utf-8
but this did not helped. Did anyone previously faced similar issue? I suspect there is bug from Dynamics-crm side especially plugin registration tool, but I might be wrong.