
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
- Issue while signing up.
Hey, I’m running into an issue right after the setup. I followed the setup instructions and ran `docker compose up -d`, and while the local server seems to be r...
- Cannot resolve server
Greetings! Is this a known issue at this time? Cloudflare reports likewise. Please advise, thank you!
- Oauth2-Error 400Invalid `success` param:...
My code: > await new Account(client).createOAuth2Session(OAuthProvider.Google, 'https://www.mydomain.online/home', 'https://www.mydomain.online'); I ha...
