I created a formula field that amalgamates 2 other fields to display together
Fairly simple:
field(‘field1’) + ’ - ’ + field(‘field2’)
I did this because I wanted the primary field that sticks to the left-hand side of the screen to display 2 specific pieces of information that could always be easily-referenced when scrolling through each row of data.
After creating the field, I clicked on the primary field, then “change primary field”, then selected my new field (field name was “Job + Customer”). Upon selecting the new field, the primary field disapeared, and the formula field I just created is gone, and seems to have completely removed itself from my table altogether.
I am not able to set anything else as the primary field, so I am stuck with a table with no primary fields at all. It also affects the other views in the table, they’re unable to change the primary field.
I will attempt to export the table shortly to see if there’s some modifying I can make to the JSON output and potentially re-import with the correct settings, but I figured I’d bring this bug up here incase anyone has a solution.