The formula editor is a powerful tool within our No-Code platform that allows you to create custom formulas. These formulas can integrate text, functions, and enable the display of dynamic data such as variables, calculations, table data, images, and more.
Accessing the Editor
Certain component and action properties support formulas, typically when the property expects text. For example, the Text property of the Label Text component.
Click on the menu to the right of the property to view all available options. Here, the Text property can be populated from:
A fixed text (without a variable) Select Formula to access the formula editor.
Formula Editor
The formula editor allows you to combine text with contextual data. To do this, simply enter the text and drag and drop the required functions.
For example: “You have ordered [Count rows] products.” Here, [Count rows] represents a dynamic data point (the result of a function) that calculates the number of rows from a table.