Item Property Token Replace
Valve replacing tokens in an item property.
Which items to include in merge can be controlled with "item_include_expr", see Item.
Configuration
Name
Description
Default value
Mandatory
Expanded
src
Name of the source property.
N/A
dest
Name of the destination property.
N/A
token
Token to be replaced.
N/A
replace_with
Value to replace the token with.
N/A
{
"name": "ItemPropertyTokenReplace",
"enabled": true,
"config": {
"src": "{{{item.dn_string}}}",
"dest": "new_value",
"token": "CN:",
"replace_with": "EMAIL:"
}
}