i want to fetch the data that contains this techId
TypeScript
collectionId: '646f01b4bb666a8518c1',
databaseId: '646f0164d40a9ea03541',
queries: [
'tech_id' , id
]
);```
Error : Attribute 'tech_id' Not found.
TL;DR
The user is having trouble with their query syntax. They are using the incorrect format and need to use the provided query helpers. The error they are receiving is "Attribute 'tech_id' Not found."its not working Properly
this is not the right syntax for queries. You need to use the link shared above and use the provided query helpers like Query.equal('tech_id', id)
Recommended threads
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...