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
Where 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 articleDoes 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 articleCan I connect my Fuzen app to an external API or third-party service?
Yes. Fuzen supports external API connections, so you can integrate your app with other tools and services. Ways to connect external services: Built-in integrati
Read article