
i need to create a custom attribute like: { "supplier_Name": "Mohammed irfan", "customer_id": "Unique id", "orders":[ { "product_name": "Vacum cleaner", "product_id": "Unique Id" "price": 1000, }, { "product_name": "Handwash Liquid", "product_id": "Unique Id" "price": 10, } ] }
MY DOUBT IS THAT HOW CAN I CREATE THE ORDERS WITH CUSTOM DATA TYPES. KINDLY HELP ME ON THIS.

Create a separate collection and look into docs for relationships

Thanks @Steven it would be great If you share the code in flutter. As I am beginner in this appwrite. Thanks in advance.

It's not really a flutter specific thing. It's database design. The relationship docs can be found here: https://appwrite.io/docs/products/databases/relationships. Make sure to read the rest of the database docs if you haven't already

Thanks for the help @Steven

[SOLVED] Can anyone help me to create a custom module for my project.
Recommended threads
- [SOLVED] Access ExecutionStatus of a fun...
I am calling a cloud function from the newest Flutter SDK 20.2.1with the `xasync: false` flag and get the result, but the `execution.status` is not a String and...
- Appwrite isn't accepting the api from se...
Error creating user: AppwriteException: Server Error type: 'general_unknown', response: '{"message":"Server Error","code":500,"type":"general_unknown","versi...
- Subject: Request for temporary quota lif...
Hi Appwrite Team, our nonprofit animal rescue app on Appwrite Cloud is currently throttled due to read‑quota limits, and we need a temporary increase so rescue ...
