A community member created a simple formula in Airtable to show either true or false, but encountered an error when trying to bind this field to the "Show" setting, as it expects a boolean value. The community members discussed this issue, noting that even though the value is displayed without quotation marks in Airtable, the expression editor adds them back, which needs to be addressed. The solution suggested is to compare the field with the string "true" instead of just using the true/false value directly.
I've created a simple formula in Airtable to show either true or false. I was hoping to bind this field to Settings>Show, but it's giving me an error Show expects a boolean value. I would think that true or false is a boolean value, but maybe I'm wrong.
I noticed the catch. Even though in Airtable it's without quotation marks, in the expression editor I can see it adds those again. I'll need to figure out how to remove those.