Create Variable
Parameter | Purpose | Example |
---|---|---|
variableName | This is the name of the variable you want to create. | variableName |
value | This 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. |
Example
Example

Update Variable
Parameter | Purpose | Example |
---|---|---|
$variableName | This is the name of the variable you want to update. | $variableName |
value | This 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. |
Example
Example
