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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...