Hello, I have a collection with optional attribute. It has a data previously, but when i use console to remove the data and update, it gives me an error that the data is invalid. Is this intended that once the data is present, we cannot update it back to empty?
Console is a bit wonky with nulls. Are you able to use an SDK and set it to null?
ok, using SDK works 🙂
thanks for letting me know
[SOLVED] Unable to update data to null
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...