PropertyFromSessionToItem
Valve to convert a session property to a new item. Multiple items will be created if the item property is multivalued. 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.