Evaluate JSON Path
Evaluates the given JSON path on the JSON input
This activity evaluates the given JSON path on the user-specified JSON input and retrieves the resultant output.
Input
JSON Input:
String Argument
Required
Specifies the JSON from which a key value is to be retrieved.

JSON Path:
String Argument
Required
Specifies the JSON input Select Token.
Output
Result:
Object Variable
Stores the value of the selected key value that is retrieved in the specified Object variable.
Last updated