Sample code
// set a custom key/value to use with DCI
Txt.set('greeting', 'Hello')

You can create a key/value pair that can later be used for dynamic content insertion.

Txt.set(key, value)

The arguments of the set function are as follows:

ArgumentTypeDescription
keystring
required
The key to store.
valuestring
required
The value to store.