hey basically currently i am learning about appwrite database. so when user signup and a button gonna render on there screen and then when user click on that button then i have created some array data so that data gonna be added inside database but next time when same user logged in and then click on that button then console give the error console is
saying AppwriteException: Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.
but i want every time same user logged in then there data gonna be added to there id only not any unique id , if you need more clearity of the problem please let me know
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...