I have a condition that Inputs Boolean and outputs Boolean, and i wish to make it appear (format it) as a checkbox and not as a string “true” or “false”
Adding my voice to this one as well. Key issue on top of visuals in the base itself, is API calls for that field aren't returning true boolean like a checkbox does, but returns 1/0. Output needs to be the same as the checkbox output.
'Warning: The following Airtable records will be ignored because they have filed validation: Unexpected value [1] for [fields.1.Stop Work (Recon)]; expected value of type [[boolean]].'
Almost 5 years to the day, and we still don't have such a simple and obvious improvement. We sometimes use emojis as a workaround but they are horrible as it it means both positive and negative glyphs are "truthy" values to IF(), their literal values are a pain to filter, etc.