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
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...