I have array of string which can hold multiple data, I want to keep adding strings into the array in the document. How can I achieve that
“+ Add Item”
🤦♂️ I wanted to know if there's any method to keep adding items. I can see the "+Add Item" option.
Yes, you can add more items by clicking the “+ Add item” button
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...