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
- Bug in relational table
I potential found a bug or is there something I am missing? I created 2 tables. User and Coins User has a one to one relation to Coins When attempting to cre...
- Server API Key
Hi, I have a self-hosted Appwrite instance and I can’t quite figure out how to create a server-side API that lets me automate the creation of projects. The only...
- Invalid `region` param: Value must be on...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! I cannot initiate a migration witho...