Skip to main content

Create Variable

ParameterPurposeExample
variableNameThis is the name of the variable you want to create.variableName
valueThis is what you want to store in the variable. For complex data types like arrays or objects, make sure to include a json_decode filter.

Update Variable

ParameterPurposeExample
$variableNameThis is the name of the variable you want to update. $variableName
valueThis is what you want to store in the variable. For complex data types like arrays or objects, make sure to include a json_decode filter.