FAQ
Q: In physical column mode, each form component corresponds to at least one (or more) physical columns. Is there a maximum limit on the number of fields?- The database supports up to 1,000 columnar fields. Once the underlying model exceeds this limit, adding new components to the form will be blocked from saving.
- Form data. YiDA supports multiple dataset types; this upgrade covers form-filling data in forms and workflow forms.
- Copying is supported, but the business data storage of the copied app defaults to JSON mode. (Currently, only blank newly created apps support physical column mode. Copy capabilities for existing apps will be gradually enhanced.)
yida_entity_instance and odin_open_application_data in the dedicated database? A form instance’s data appears in both tables. What is the relationship between them, and by what mechanism is the data kept in sync?
yida_entity_instancestores the detailed content of form data. All database requests involving data operations within the app are handled by this table.odin_open_application_datais used for report display; all report queries and aggregations at the data layer are handled by this table. Currently, both tables are updated simultaneously and are largely consistent in terms of form data storage. However,yida_entity_instancecontains additional business fields, such as workflow status and version information.