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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...