Delete Key Value
Deletes the key value of a JSON input.
This activity deletes the user-specified key value of a given JSON input.
Input
- JSON Input: - String Argument- RequiredSpecifies the JSON from which a key value is to be deleted.
- Select Token: - String ArgumentSpecifies the JSON input Select Token.
- Key: - String ArgumentSpecifies the key value that is to be deleted from the user-specified JSON.
Output
- Result: - String VariableStores the value of the selected key that is removed in the specified String variable.
Last updated
