How do I create relationships between data collections?
Fuzen supports relational data, so you can link records across different collections. This is the same concept as foreign keys in a traditional database or look
Fuzen supports relational data, so you can link records across different collections. This is the same concept as foreign keys in a traditional database or lookup fields in a spreadsheet.
Examples of relationships:
- A Project is linked to a Customer
- Multiple Tasks belong to one Project
- An Invoice references a Quotation
How to set up relationships:
Tell the AI how the data should be connected when building or editing your app. For example: “Each project should be linked to a customer from the Customers collection” or “Tasks should have a lookup field to the Projects list.”
The AI will create a lookup field (also called a reference field) that lets users pick a related record. On the detail page, you can also show a related list — for example, showing all tasks under a specific project.
If you need help restructuring your data model, describe the full data structure to the AI and it will suggest how to organize the collections and relationships.
Was this article helpful?
Related articles
Does Fuzen have an in-built database?
Yes! Every app you build on Fuzen comes with a fully managed, in-built database. All your data like leads, customers, tasks, or products is stored securely and
Read articleWhere is my data stored?
Your data is securely stored in MongoDB , and the servers are located in the United States . Fuzen ensures your data is handled with care and kept safe using mo
Read articleCan I extract my data from the app?
Yes. You can easily extract your app data by connecting a Google Sheet and syncing the data. This allows you to view, manage, or back up your data outside of Fu
Read article