Save and retrieve data (Key-Value)
The Save and retrieve data (Key-Value) (kvp) allows storing and retrieving small values across message executions. If a from path is specified, the value at that location is saved under the key provided via the key parameter. If a to path is given, any existing value for that key is retrieved and inserted into the message.
Attributes for Key-Value Storage Mapping
| Attribute | Required | Description |
|---|---|---|
| from | Y | Defines the source field for the mapping. |
| to | Y | Defines where the result should be inserted. |
| Function | Y | Should be set to "Save and retrieve data (Key-Value)". |
| Category | Y | Must be "Enrichment". |