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- RequiredSpecifies the JSON from which a key value is to be retrieved.

- JSON Path: - String Argument- RequiredSpecifies the JSON input Select Token.
Output
- Result: - Object VariableStores the value of the selected key value that is retrieved in the specified Object variable.
Last updated
