Last updated 1 year ago
Valve to rename an item-property.
Control target items with item_include_expr. If not specified property will be renamed on all items. (see )
item_include_expr
Valve name: ItemPropertyRename
ItemPropertyRename
old_name
Name of the existing property.
new_name
Name of the new property.
{ "name": "ItemPropertyRename", "config": { "item_include_expr": "item.id === 'result'" "old_name": "property1", "new_name": "property2" } }