Cheat Sheets/Power Apps/ParseJSON
Power Fx function

ParseJSONPower Fx function reference

Parse JSON into an untyped object.

Syntax

powerfx
ParseJSON( JSONText )

Examples

powerfx
ParseJSON(txtPayload.Text)
Untyped object
powerfx
ParseJSON(txtApiResponse.Text).status
powerfx
Value(ParseJSON(txtPayload.Text).total)

Common mistakes & gotchas

Related Power Fx functions

From Data conversion

Used in these tutorials

← Back to the Power Apps (Power Fx) cheat sheet