ItemCreateValve
Note
Valve for creating a new item.
Used for example, in a flow where no item has been created by another valve, such as LDAPSearchValve.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
dest_id | Id of new item | Yes | Yes |
Example Configuration
{
"name": "ItemCreateValve",
"enabled": "true",
"config": {
"dest_id": "{{request.uid}}"
}
}