Set Key Value
Sets a key value to the given JSON.
This activity sets a new value to the specified key in the user-specified JSON input.
Input
- JSON Input: - String Argument- RequiredSpecifies the JSON in which a new key value is to be inserted.
- Select Token: - String ArgumentSpecifies the JSON input Select Token.
- Key: - String ArgumentSpecifies the new key that is to be inserted in the user-specified JSON.
- Value: - String Argument- RequiredSpecifies the new key value that is to be inserted in the user-specified JSON.
Output
- Result: - Object VraiableStores the updated JSON after the new key-value insertion in the specified Object variable.
Last updated
