How to Add a New Entity
This section explains how to create new entities (tables) in your Autorun.ai application.
An entity represents a database table where your data is stored. Every screen, form and process in the application relies on entities, so setting them up correctly is essential.
Super Fast Build: Prompt for Mileva
Add a new entity called Offers.
Steps Summary:
-
Developer Toolbox
-
Database
-
Add table
-
Name (example: "Offers")
-
Save
Steps Explained:
1. Go to Developer Toolbox
Only visible when in Edit mode.
2. Click on Database tool.
This is where all entities of your application live and where you define the data structure your app will use.
3. Click on “Add table” in the upper right corner
Use the Add table button to create a new entity. Each entity represents a single logical group of data - for example: Offers, Clients, Orders, Invoices, Tasks, etc.
If you want to display, input, or process a specific type of data, it needs its own entity.
4. Name your entity
In the Name text field, enter the name of the table, for example Offers.
5. Save the entity
Click Save.
Your new table is now created - empty for now, but ready for further configuration.
Why create a new entity?
You add a new entity whenever the application needs to store a new type of data.
Examples:
• Keeping track of offers → Offers
• Managing clients → Clients
• Creating an inventory module → Products or StockItems
Without entities, there is no structure - and without structure, a no-code application cannot function. Every new part of the application begins with this step.