ItemCreateFromRequestValve
Note
Valve for creating a new item and adding all request parameters as item properties.
If the configured id of the item does not exist, it will be created.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
dest_id | Id of new item. | Yes | Yes |
Example Configuration
{
"name": "ItemCreateFromRequestValve",
"enabled": "true",
"config": {
"dest_id": "{{request.dn}}"
}
}