Is it possible to update only specific index of a array type attribute rather than the whole attribute. for example i have attribute called received_messages which is of type array of string. its actually a array of stringified object . while updating i want to update only specific array item rather than sending back whole array as an update. let me know how to acheive this through appwrite.
We plan to add additional operations on arrays. For now, you'd need to do a full replace
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...