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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...