Nikunj Panchal 🌿
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." Ketan Saraf
Nikunj Panchal 🌿
its not working Properly
Christy Jacob
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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Current User is Not authorized
recreating same Thread