Hello,
I have a SQL view with a bit (Boolean) column. The column is called 'Description Edited'.
If I add a Data Table to my app and connect to this view, the data card for this column defaults to a checkbox. The data card has a Text property which defaults to ThisItem.'Description Edited'
In the data table, all the check boxes are checked despite the value in the database.


Now, if I deliberately make an error in the formula for that Text property, it works!

What's up with that?