decode-secret
function
The decode-secret
action test function to decode a secret. It belongs to the secrets category within the system area.
Action Syntax
decode-secret "text" with $variable
A quoted text string followed by a value followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = decode-secret
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = decode-secret "SECRETNAME" with $key
Action code: 2835576052
Version: 0.6.4-11
Last updated: 2025-06-13