Tier: 14 trial version (Business)
Browser: Opera
Table: Glide table
Describe the bug:
When a record is added to a table with a boolean column, and the boolean column value is not explicitly set to true/false, then Glide leaves this value as - what I can only assume is a None value. The box in the column is not checked and one expects it to be a ‘false’ value. The result is that the lookup column in another table does not reflect the correct value i.e. true/false but rather an empty value.
Expected behavior:
An unchecked box in the boolean column should always reflect as ‘false’
How to replicate:
- Create a table with a few values of which one is a boolean column.
- Create another table with a relation and lookup to the boolean column.
- Add a new record to the table in #1 without explicitly setting the boolean value. The result is an unchecked value in the column.
Actual behavior:
Check the lookup column. You will find that the value is empty instead of ‘false’.
When I check and uncheck the boolean column in the table, it fixes the problem and the lookup column then displays the boolean value.
I add 2 screenshots - One showing the missing lookup value and the other showing the value after I checked and unchecked the boolean column.