add-text
function
The add-text
action Concatenates two text values together. It belongs to the text category within the ui area.
Action Syntax
add-text "text" to "text"
A quoted text string followed by a value followed by A quoted text string
add-text $variable to "text"
A variable name starting with $ followed by a value followed by A quoted text string
add-text $variable to $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
add-text "text" to $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 = add-text
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = add-text "World" to "Hello"
Action code: 3856614177
Version: 0.6.4-1
Last updated: 2025-06-13