StoreDataValve
Warning
This valve is deprecated - it is recommended to avoid usage of this valve.
Note
Valve to be used with legacy STORE-DATA command.
Converts a request parameter to an item property.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| dest_id | Destination item to store the value. Replaces existing item if present. | Yes | No | |
| key | Item property name. Replaces existing property if present. | Yes | No | |
| value | The value to be stored. | Yes | Yes |
Example Configuration
{
"name": "StoreDataValve",
"config": {
"dest_id":"example_data",
"key":"mobile_number",
"value":"{{request.mobile}}"
}
}
Requirements
Item set must have at least one entry.