Hello, I'm trying to set up a unique entry on a collection where 2 attributes must be unique.
Specifically, in this screenshot, i want to have the combination of word
and users
to be unique per entry. For example:
Allowed: word: A, users: 1
Allowed: word: B, users: 1
Disallowed: word: A, users: 1. because the same value already being input earlier.
Sorry i can't find a way to do this. In index option, there is no option for reference. Any suggestion?
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...