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

Name Description Default value Mandatory Supports property expansion
source The name of the session property to copy. Yes No

Example Configuration

{
        "name": "PropertyFromSessionToItem",
        "config": { 
              "source":"timestamp"
        }
}

Requirements

A session must be loaded.