PropertyCopyValve
Note
Valve to copy to an item property
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| source | The name of the property to convert. | Yes | Yes | |
| dest | The name of property copy. Set to 'copy_of_<< source >>' if not specified. |
copy_of_<< source >> | No | Yes |
Example Configuration
{
"name": "PropertyCopyValve",
"config": {
"source":"userPrincipalName",
"dest":"mail"
}
}
Requirements
Item set must have at least one entry.