set
The set
action explicit set of a variable. It belongs to the variables category within the external area.
Action Syntax
set $variable "text"
A variable name starting with $ followed by A quoted text string
set $variable 123
A variable name starting with $ followed by A numeric value
set $variable [file]
A variable name starting with $ followed by A file reference
set $variable HH:MM
A variable name starting with $ followed by A time in HH:MM format
set $variable true|false
A variable name starting with $ followed by A boolean value (true or false)
set $variable YYYY-MM-DD
A variable name starting with $ followed by A date in YYYY-MM-DD format
set $variable 30m
A variable name starting with $ followed by A duration (e.g., 30m, 2h)
set $variable $variable
A variable name starting with $ followed by A variable name starting with $
set $variable IT
A variable name starting with $ followed by a value
Valid sizes
tiny
small
medium
large
extra
Tags
temp
marks the value as a temp variable
ttl
time to live duration
expires-in
synonym for -ttl
Examples
// Basic Usage
set $var "text value"
Action code: 4183047979
Version: 0.6.4-15
Last updated: 2025-06-13