How to specify a constant boolean value?

how do I specify a column so that it is boolean and always true (would end up in JSON as “columnName”:true )

You can use the Formula type with the following expression:

true

thank you! I’m just starting out with your product and this was the only thing I had not been able to figure out:grin: