Overview
Learn to build Momen applications that retrieve, display, and update data from various sources.
Last updated
Learn to build Momen applications that retrieve, display, and update data from various sources.
Last updated
Data is the core asset of an application, which is essentially about managing and processing it. Momen provides flexible and powerful data management and utilization capabilities, with the framework as follows:
Momen supports a variety of data sources, including built-in databases, APIs, etc. For more details, see: Data Source.
Once the data source is determined, it can be used by components and actions. For more details, see: Data Usage. It can also be used for formula and conditions. For more details, see: Formula and Conditions.
To achieve data reuse, data can be stored in variables. For more details, see: Variable.
Data transmission (e.g., between pages) can be achieved using parameters. For more details, see: Parameter.