Trying to list users except for some ids using this query
Query.limit(10000),
Query.orderDesc('$createdAt'),
Query.offset(0),
Query.isNull('labels'),
Query.lessThan('$createdAt', comparedDate.toUTCString()),
Query.notEqual('$id', [...ids])
but it returns, NotEqual queries require exactly one value I also tried with the phone field, but it has the same issue.
am I missing something here?
Recommended threads
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.
- My account got banned without obvious re...
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and...
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...