May 30, 2024 03:42 PM
I have a field that is a formula (and the primary field in a table) (as you can see below)
I have it in a sync view in the original table.
I have my sync settings set
However in the base table that it is being used to sync into the field shows as a long text field
This doesn't seem right!
May 30, 2024 04:54 PM
The field shows up as a text field in the sync because your formula outputs text. You should be able to change the type to single line text if you prefer that look and feel.
Formula fields do not show up as formula fields in synced tables; the field type is determined by the output type of the formula.
May 31, 2024 11:52 AM
Another one of those real odd things AirTable does then. Thanks for the info.