Data Model

Data Models serve as the foundational database tables that power your forms and applications in LogixFlow. These cloud-based tables automatically store and manage all data collected through your forms and apps.

Key Features

  • Automatic model creation for every form

  • Custom model design capability

  • Multiple field type support

  • Cloud-based data storage

  • Cross-application integration

 

Getting Started

 

Automatic Data Model Creation


 

When you create any form in LogixFlow:

  • The system automatically generates a corresponding Data Model

  • The model shares the exact same name as your form

  • All form submissions are stored in this model

Creating Custom Data Models

To design your own Data Models:

  1. Navigate to Data Model → Design Models

  2. Configure your model with:

    • A unique Name

    • System-generated unique ID

  3. Add and configure columns as needed

 

Working with Data Models

Supported Column Types

Column Type Description Use Case Example
Text Basic text input Customer names
Number Numeric values Order quantities
Select Dropdown selection Status options
Multi-Select Multiple choice selection Product categories
Date Calendar date Order date
Date/Time Timestamp Transaction time
TextArea Long-form text Customer feedback
Email Validated email format Contact information
Password Secure encrypted field User credentials

 

Column Configuration Options

Searchable Fields

  • Enables filtering and searching in the Data Model interface

  • Appears in the Data Model search screen

Unique Fields

  • Ensures no duplicate values in the column

  • Important for identifiers like product codes

Primary Key

  • Designates the main identifier for records

  • Essential for creating relationships between models


Rule Engine Anterior