Description
Appends an item to a JSON Object variable. Will create a new JSON Object if it does not exist.
Signature
SetVarAppendJObject(
'variablename',
CreateJProperty(CurrentRecord('name'), CurrentRecord('description'))
)
Example
Use the search function to see examples.
