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
Required
Specifies the JSON from which a key value is to be deleted.Select Token:
String Argument
Specifies the JSON input Select Token.Key:
String Argument
Specifies the key value that is to be deleted from the user-specified JSON.
In this activity, we can specify either Key or Select Token to set the value based on the scenario. If the Key property value is specified the Select Token value won't be taken into consideration.
Output
Result:
String Variable
Stores the value of the selected key that is removed in the specified String variable.
Last updated