Hello, I am trying to update an array in an existing document with new data and I am a bit confused on how appwrite handles arrays. Lets say I want to create an array of objects. Using the update document method, how should I pass the data?
A) "[{Object1 :value 1} , {Object2 :value 2}]" as an array B) "{Object1 :value 1}" , "{Object2 :value 2}" multiple strings C) "{Object1 :value 1} , {Object2 :value 2}" single string
Is there any documentation on how appwrite parses data for the array attribute?
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)