save-app-data
function
The save-app-data
action saves app data (private). It belongs to the data category within the data area.
Action Syntax
save-app-data $variable
A variable name starting with $
save-app-data $variable as $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = save-app-data
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = save-app-data $varname
Action code: 206432365
Version: 0.6.4
Last updated: 2025-06-13