source-get-block
function
The source-get-block
action gets source block from blocks object. It belongs to the source category within the appdev area.
Action Syntax
source-get-block $variable
A variable name starting with $
source-get-block "text"
A quoted text string
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = source-get-block
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = source-get-block $name
Action code: 3502737581
Version: 0.6.4
Last updated: 2025-06-13