PropertyFromSessionToItem
Valve to convert a session property to a new item. Multiple items will be created if the session property is multi value. The new item property will have the same name as the session property.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyFromSessionToItem",
"config": {
"source":"timestamp"
}
}
Requirements
A session must be loaded.