Hello there
Is there a way to update an array attribute or increment an integer based on his previous value without fetching first , updating on the front and the update?
Because with this method there's no way to ensure the data accuracy.
Thanks
Not at the moment. I suggest π these issues:
[CLOSED] Update array and integer attributes
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.