Hi,
I need to pull a single value from a JSON-formatted string in a flow, passed in from Power Apps. Parse JSON requires the schema. But the schema is different in different strings, depending on the further action I want to do in the flow. It Is there a way to pull a single value out, without specifying the JSON schema, similar to the JSON_VALUE() function in SQL Server?
Thanks!