I built an app that sends a JSON string from Power Apps to Flow, this works great in debug - I can see and manipulate the json with flow.
However, once I publish, the published app sends everything except the JSON package. it arrives as [{}] according to flow.
The outputs from the "Power Apps" header is
"body": {
"Initializevariable_Value": "[{}]",
Vs when I am in debug, I get a full json string that I can parse and use with Flow.
How can I debug this more? It appears to be Power Apps not sending the string.