MV Property Join
Valve joining values in a multi value property.
Use this valve to join multi value properties to a single value with optional separator.
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 multi value property.
N/A
dest
Name of the destination property.
N/A
separator
Separator for the values
","
prefix
Prefix for created value.
""
suffix
Suffix for created value.
""
{
"name": "MVPropertyJoin",
"enabled": true,
"config": {
"src": "directReports",
"prefix": "DR:",
"dest": "dr"
}
}