Chorus supports a variety of advanced logic to help you customize your app more fully. The guide will provide an overview of syntax for code, if/then statements, supported operations, and helper functions with examples.
Variables
You can use content stored in variables within Chorus in a variety of ways. Chorus uses the curly bracket operator "{}" to call variables. The nomenclature for calling variables is the variable name followed by a period "." and then the variable field name:
{variablename.variablefield}
To display content stored in a variable using a variable table "my" with the variable field "name":

You would use the operator:
{my.name}
Which would appear to the author and Client as below:
|
Author View |
Client View |
|
|
|


Comments
0 comments
Please sign in to leave a comment.