
I have a basic doubt about how we append data to the end of an array in appwrite database. Now update document is just replacing them without adding a new data into the array.

Hi, currently, update function is the best way to do this, we are working on introducing the feature of adding to the array. Can you please upvote this: https://github.com/appwrite/appwrite/issues/2531

Append it locally and update the document for now 🙂

Ok thank you👍

How do we do it with the update document
Recommended threads
- Google auth
Hi, Guys can you hel me verifing a problem with the database, im creating a auth with google but when i created my user with google auth, no appear my user in ...
- Appwrite New York is 500 Internal Error
- How to Query more than 25 items from the...
So I've added this to my query to try and defeat the default 25 item limit: ``` do { const response = await databases.listDocuments( ...
