I am trying to understand the arrays feature in the attributes. What is a good use case for them? Like if I want to be able add multiple items but dont have a defined numb er?
Yes... and if you don't need to query it
so would it be good for like imgs?
Sure
What is the option if i need to query it?
You can't
ahh
its there any plan to add that down the road?
Also, updates to an array attribute must be a full update. You can't insert one item
Ya
Good to know!
Awesome thank you as always steven!
[SOLVED] arrays in appwrite
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...