Resolve Encrypted Variable

The 'Resolve Encrypted Variable' node can be used to obtain the value of an encrypted variable. The input must be the name of the encrypted variable wrapped in the {helmut.encrypted.variable.?} wildcard.

circle-info

Before using the node, please refer to the configuration and initialisation process for using encrypted variables in the documentation section. Preferences > Encrypted Variables.

Resolve Encrypted Variable

The result will be returned either via the wildcard {stream.last_result.?} or {node.result.?}.

circle-exclamation

Example:

  • Key: {helmut.encrypted.variable.ThirdParty_Bearer}

  • Value (encrypted): DRwNlWcuYdMR7E3u4/jorg==

  • Value (decrypted): Bearer 12345

Last updated