Welcome to the community, @Julian_Keenaghan! :grinning_face_with_big_eyes: When you rename a field, Airtable automatically updates any formulas that use that field. Nothing will break. Airtable actually stores field references in formulas using an internal field ID that’s not based on the field label, which is why renaming doesn’t cause any problems.
Welcome to the community, @Julian_Keenaghan! :grinning_face_with_big_eyes: When you rename a field, Airtable automatically updates any formulas that use that field. Nothing will break. Airtable actually stores field references in formulas using an internal field ID that’s not based on the field label, which is why renaming doesn’t cause any problems.
Thanks Justin, that’s good to know.
I realised the main issue I was actually having was that options in Select fields that were referenced in formulas were breaking when they were changed. I assume they’re not supposed to update automatically?
Thanks Justin, that’s good to know.
I realised the main issue I was actually having was that options in Select fields that were referenced in formulas were breaking when they were changed. I assume they’re not supposed to update automatically?
Correct. When a formula gets data from a select field (single or multiple), Airtable converts the chosen value(s) into a string (automatically comma-separated in the case of a multiple-select field). You’re not directly interacting with the internal data structure that Airtable uses to store the item(s).