Hello, I want know how can in update and create multiple documents in appwrite database
This feature request is requested but not yet implemented You can upvote it here https://github.com/appwrite/appwrite/issues/4820
Also this one has something to do with it https://github.com/appwrite/appwrite/issues/3051
Okay, Thank you
How to bulk update documents
Recommended threads
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...