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.
Before using the node, please refer to the configuration and initialisation process for using encrypted variables in the documentation section. Preferences > Encrypted Variables.

The result will be returned either via the wildcard {stream.last_result.?} or {node.result.?}.
Please bear in mind that the value can be retrieved from the debugger, so responsible handling of the data is essential.
Example:
Key: {helmut.encrypted.variable.ThirdParty_Bearer}
Value (encrypted): DRwNlWcuYdMR7E3u4/jorg==
Value (decrypted): Bearer 12345
Last updated