
Hello, I have an field type array string where I store the ids of the child documents. The problem is that more than one item cannot be added, when I update the document adding the other id it is not saved in the cloud. I am sending the data through REST API in the image you can see the straws attribute with 3 ids but only the first one is saved in the cloud

How are you updating the document? Can you share the request

@Binyamin haha I was about to send you and I found the error I was sending the **documentId **field when inserting and updating the document when it should only be used when inserting. For this reason the update was not saved, my mistake. But for some reason it didn't give me an error.

[SOLVED] Update Array String not work
Recommended threads
- Problem for certificate
Good evening! I installed Appwrite on my hosting via Docker Compose. Then I set up the .env configuration. But for some reason it does not support HTTPS, when l...
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- SMTP Error: Could not connect to SMTP
My appwrite self-hosted instance on DigitalOcean cannot sennd emails. The following results were performed Log: ``` docker compose logs -f appwrite-worker-mail...
