We have a system to which we can perform API-calls, but the system expects the following in the body:
I have tried already several things, but Power Automate always removes the Json formatting:
I've tried this:
-
concat('input_data= ',string(variables('vJsonData')))
But the destination system always returns an error that it cannot parse the Json :-(
If I use e.g. Postman and manually perform the call with a properly formatted Json, it works correctly.
Any advice highly appreciated!