Application BuilderCode & logic
Bindings {{ }}
Wrap expressions in double curly braces in supported text and property fields.
Category: Dynamic
Problems it solves
Labels, visibility, and values update when data or variables change.
How to use it
Example: {{ userDetails.userName }}, {{ getSites.data.length }}, {{ orderTotal > 100 }} for visibility.
Common mistakes
- Forgetting quotes inside strings in complex expressions — use Code panel to test.