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 bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...