[SOLVED] Cannot Assign false value to attribute if the attribute is required from the cloud console.
- 0
- Databases
- Web
- Cloud
Also If I assign a defaultValue while to make the attribute not required , the default value is not getting reflected
This was solved on version 1.3.0
This is how it will be created
The cloud though uses version 1.1.2
How to shift it
You can't you'll need to wait for the cloud upgrade.
For now you'll need to do some workaround like reversing the value
Like changing it to isRenderNotRequired
Ok Thank you , why haven't i thought of that?😆
[SOLVED] Cannot Assign false value to attribute if the attribute is required from the cloud console.
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...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...