PropertyAddValve
Valve for adding one or more properties to an item.
Valve operates on the Current Item Set and will process all Items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyAddValve",
"config": {
"name":"user_display_name",
"value":"{{item.cn}}"
}
}
Requirements
Item set must have at least one entry.