load-app
function
The load-app
action loads an app record from the db. It belongs to the appdev category within the platform area.
Action Syntax
load-app @reference
A reference starting with @
load-app $variable
A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = load-app
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = load-app @apptag
Action code: 2553061113
Version: 0.6.4-0
Last updated: 2025-06-13