I want to store some of my values in array of object format in appwrite database after searching a lot I didn't find any solution yet therefore reaching here ,I am building a community mobile app
string attribute > make it array > stringify your object > save it. for update: fetch the array, parse it, add new object, stringify it > update it.
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...