data
data.jsonGetRead JSON Path
Read a value from an API, file, or storage JSON output.
Inputs
2InputValue typeRequirementAccepted sources
JSON
jsonJSON output from an API request, loaded file, storage value, or flow result. Common paths include http.request data.json, file.load data.json, file.load data.value, storage.get data.value, and flow.run data.outputs.<name>.objectRequirednodeOutputPath
pathPath to read inside the selected JSON output. Use data.token for an object field, items.0.name for an item inside a JSON array, or $ to return the whole JSON root.stringRequiredliteralOutputs
3Output pathValue typeCoordinate space
data.valueany—data.existsbool—data.pathstring—Runtime support
DesktopSupported
Android AgentSupported