Valve to rename an item-property.
Control target items with item_include_expr
. If not specified property will be renamed on all items. (see )
Configuration
Name
Description
Default value
Mandatory
Expanded
{
"name": "ItemPropertyRename",
"config": {
"item_include_expr": "item.id === 'result'"
"old_name": "property1",
"new_name": "property2"
}
}