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

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.

  • Value: String Argument Required Specifies the new key value that is to be inserted in the user-specified JSON.

Output

  • Result: Object Vraiable Stores the updated JSON after the new key-value insertion in the specified Object variable.

Last updated