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
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, Iβm experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: β401 - Project is not accessible ...
- 401 - Project not accessible, Singapore ...
Hi, I'm getting a 401 error when I try to open my project from the Appwrite Cloud console dashboard. Project ID : sgp-6a04326f002bd04cc420 Region : Singap...