random-text
function
The random-text
action Creates random text with letters and numbers for passwords or tokens. It belongs to the random category within the numbers area.
Action Syntax
random-text !set:icon
An icon in format !set:name
random-text length 123
a value followed by A numeric value
random-text length $variable
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 = random-text
Valid sizes
tiny
small
medium
large
extra
Tags
lowercase
generate string with lowercase letters only
uppercase
generate string with uppercase letters only
letters
generate string with letters only (no numbers)
Examples
// Basic Usage
icon !mdi:shuffle-variant
// Using Variables
// Display dynamic content from variables
$text = random-text length 12
Action code: 2989464640
Version: 0.6.4-3
Last updated: 2025-06-13