Skip to main content

Fields

Key

The key field is a required field in the value setter and it defines where the data needs to be added. The key is a path separated by dots. path.to.target becomes a nested element in the context data represented as:
path 
- to 
-- target = value 

Value

The value that needs to be set in the defined context path. Placeholders can be used to obtain data from the context. Mappers can be applied to format the data. See Placeholders for an overview of placeholder syntax.