For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using variables in Content

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

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

An example using in Content the value from the session variable (with mid zmienna1) and the value of the text field (GesTextField1):

Figure 1. Example of Content with a reference to the value of a session variable and a text field

Demo application: demoTextContent

Last updated

Was this helpful?