Skip to main content

Save and Retrieve Data (Key-Value)

The KVPMapping allows you to store and retrieve key-value pairs from the database.

Key Features

  • Key: The unique identifier used to store and retrieve values. Supports substitution for dynamic use.

  • From: If specified, this value will be extracted from the message and stored for later use.

  • To: If there is a previous value stored with this key, that value will be copied into the message using the to field.

  • To retrieve data without storing, leave the From field empty.

  • To store data without retrieving, leave the To field empty.