Logic-less templates to render text content.
Reference - mustache
None
Expression:Render
Parameter Template : a template string for rendering
For example
Hello, {{name}}Parameter View :
JSON string : variables in JSON string
For example
xxxxxxxxxx{"name":"Construct2"}The render result is
Hello, Construct2
Ignored : variables in built-in dictionary (sample capx)
Set value
Action:Set valueAction:CleanGet value
Expression:Value(name), to read value back
Expression:Value(name, defaultValue), returns defaultValue if variable is not existedSave & load
Expression:VariablesAsJSONAction:Load from JSONLeft delimiter, Right delimiterAction:Set delimiters