All,
Simple question:
We have a form that goes into Excel and in an HTTP request email. But every time someone uses the "quotation marks" the flow stops at the http request. The error is saying Unable to read JSON request payload. Please ensure Content-Type header is set and payload is of valid JSON format.
So can somebody explain me why the " text" is not working?
Solved! Go to Solution.
Because it thinks it's another passed value that's missing a key, I think.
Here's the same issue as yours:
https://powerusers.microsoft.com/t5/Building-Flows/Double-Quotes/td-p/569666
There are two ways to solve it - either remove the quotes entirely using replace, or, replace them with escaped quotes, as shown here:
I answer questions on the forum for 2-3 hours every Thursday!
Because it thinks it's another passed value that's missing a key, I think.
Here's the same issue as yours:
https://powerusers.microsoft.com/t5/Building-Flows/Double-Quotes/td-p/569666
There are two ways to solve it - either remove the quotes entirely using replace, or, replace them with escaped quotes, as shown here:
I answer questions on the forum for 2-3 hours every Thursday!
I will add this in the flow, for the meant time nobody is aloud to use the "" for the time being.
Still i find it weird that a input (plain text) can screw up it so easily.