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
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...