save-public-app-data
function
The save-public-app-data
action saves app data (public). It belongs to the data category within the data area.
Action Syntax
save-public-app-data $variable
A variable name starting with $
save-public-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-public-app-data
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = save-public-app-data $varname
Action code: 2560513275
Version: 0.6.4-0
Last updated: 2025-06-13