MV Property To Items
Valve creating items based on values in a multi-value property.
Use this valve to create new items from multi value properties in "original" items that match specified item include filter (item_include_expr) , see Item.
Configuration
Name
Description
Default value
Mandatory
Expanded
name
Name of the existing property.
N/A
item_prefix
Prefix for newly created item id´s.
"tmp_"
{
"name": "MVPropertyToItems",
"config": {
"item_include_expr": "item.id === 'result'"
"name": "property1",
"item_prefix": "tmp_"
}
}Last updated