ItemMergeValve
Note
Valve for merging current items into one.
All properties of included items will be added to the destination item. If a property already exist, additional values will be added and the property will become multi value.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| dest_id | Id of new item. | Yes | Yes |
Example Configuration
{
"name": "ItemMergeValve",
"enabled": "true",
"config": {
"dest_id": "data4"
}
}