Data
Data is the core of every Momen app: read from storage → bind to UI → collect input → write back through queries, variables, and actions.
Content is organized as Concepts → Guides → Reference.
Concepts
Understand the data pipeline before configuring tables and bindings.
Guides
Build and populate the database
Use data in the app
Advanced and operations
Reference
Recommended order
| Step | Document | Why |
|---|---|---|
| 1 | How Data Flows | Mental model for the full pipeline |
| 2 | Set Up the Database | Create tables and relations |
| 3 | Variables and Parameters | Runtime state and cross-page data |
| 4 | Query and Bind Data | Query, bind, CRUD walkthrough |
| 5 | Formulas and Functions | Lookup while building logic |
Then API Integration for external data sources.
Last updated on