What is Data Source?
The Data source could help you simplify the process of filling in task information based on existing data at MileApp. This data could consist of information such as name, number, date, coordinate, and multiple options. The Data typically represents entities such as customers, products, employees, suppliers, or any other critical data elements that are used across the application.Key Components
Data Source
Data sources store the actual records that can be used across your organization:- Customer information (names, addresses, contacts)
- Product catalogs (SKUs, prices, descriptions)
- Location data (coordinates, addresses)
- Any custom business data
Data Type
Data types define the structure and schema for your data sources:- Field definitions (text, number, date, coordinate, etc.)
- Primary key configuration
- Required field settings
- Validation rules
Usage in MileApp
Data sources are used in multiple contexts:- Task Creation - Auto-fill task fields from data source records
- Flow Components - Link data sources to input fields
- Automation - Trigger actions based on data source events
Related Resources
- Flow - Connect data sources to flow components
- Task - Use data sources in task creation
- Data Source Object - Data source structure
- Data Type Object - Data type structure