Using variables in Content

Artifact Content (Text Content) anticipates the use of variables. To use variables, in Content we enter the name of the variable enclosed in the characters ${} , e.g. ${nowaZmienna}

The variable name should match the component's id value, or the mid of a session variable defined in the application template that we refer to in Content.

Example using in Content the value from a session variable (with mid variable1) and the value of a text field (GesTextField1):

Illustration 1. Content example referencing the value of a session variable and a text field

Demo application: demoTextContent

Last updated

Was this helpful?