My flow takes a JSON from powerapps. I've used the output from that to generate my schema in the Parse JSON aspect of my flow. Sadly I get an error about not being provided with the items laid out in the schema.
The JSON is made up of two strings. One represents a Base64 string and the other is a general text string. I can download the input my the test results and it clearly contains the elements I want to parse.
I've tweaked the schema after reading some blogs but to no avail: http://johnliu.net/blog/2018/6/a-thesis-on-the-parse-json-action-in-microsoft-flow
My error:
One of the issues I ran into recently with Parse JSON was dealing with values or properties that were Null. When I used the sample output to get the schema it automatically set the type to "string", but it needed to be {"type": ["string", "null"]} instead. It was still a string value, but if it was missing the JSON still parsed correctly. I'm wondering if your required properties are the same kind of problem.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
23 | |
23 | |
23 | |
17 |
User | Count |
---|---|
58 | |
39 | |
37 | |
29 | |
28 |