Links

Variable Substitution

How can I show the value of variables in Text elements?

You can use variables in text elements through substitution
Let's say you have a Number variable with the name count. To view the value of count in a text element, you can add the text Count: {{count}} in the text element. You will then see something similar to what you see in the experience below.
To show the value of a variable in a Text element, add the name of the variable you want in double curly brackets like {{variable_name}}
Variable Substitution
To prevent escaping of special characters, you can use triple curly brackets {{{variable_name}}} (Case Sensitive)