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
- DNS Not Working
Ok so I have my website, but when I try to use a subdomain of that on another site in appwrite, it just gets stuck at generating certtificate, fails every time....
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...