| Muhammad Uzair
Parse null in the content property of Parse Json action
I am creating a flow and I need a way around to be able to parse "null" in the content property of parse
Json.
Flow works fine until the query doesn't return anything. We can define that the field can accept two types
of data. String or null for example. To do that, please find the "content" in your JSON schema. We should have
something like:
"symbol": {
"type": "string"
}
Change it to:
"symbol": {
"type": [
"string",
"null"
]
}
This probably solved the problem.
Join us next time, as we continue our journey of learning canvas apps.Click here to learn more about Imperium's Power Apps Services. We hope this information was useful, and we look forward to sharing more insights into the Power Platform world.