profile
The profile
action defines an app user’s profile record data. It belongs to the profile category within the data area.
Action Syntax
profile $variable "text"
A variable name starting with $ followed by A quoted text string
profile $variable "text" "text"
A variable name starting with $ followed by A quoted text string followed by A quoted text string
profile $variable "text" 123
A variable name starting with $ followed by A quoted text string followed by A numeric value
profile $variable "text" true|false
A variable name starting with $ followed by A quoted text string followed by A boolean value (true or false)
profile $variable "text" $variable
A variable name starting with $ followed by A quoted text string followed by A variable name starting with $
profile $variable "text" YYYY-MM-DD
A variable name starting with $ followed by A quoted text string followed by A date in YYYY-MM-DD format
profile $variable "text" +imagetag
A variable name starting with $ followed by A quoted text string followed by An image tag starting with +
profile $variable "text" #color
A variable name starting with $ followed by A quoted text string followed by A color in format #colorname
Valid sizes
tiny
small
medium
large
extra
Tags
email
email value
phone
phone number value
switch
an on/off switch value
image
an image
date
a date value
color
a color value
number
a number value
text
text value
record
a general record or item
group
a group value
item
an item value
default
sets a default value for the profile
Examples
// Basic Usage
profile $name "Label"
Action code: 2102986915
Version: 0.6.4-10
Last updated: 2025-06-13