Hello, I have 2 collections (users and exercises) and I would like to have a record collection with 2 relationships (users and exercises) and a value. I've therefore chosen the many to many relationship (since users can have several records and the same goes for exercises), but the problem is that I have to use arrays. How can I avoid using them? Ty
It needs to be an array?
One user can have many exercises that would be an array of exercises on the user object
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite