I’ve been testing out the Scripting block over the past few days. This is the most exciting thing to happen to Airtable…since Airtable
Does anyone know of a way to make the scripts resilient to changes in a table’s field names?
For example, if I have the following code in a script:
fname = record.getCellValue(“First Name”);
this works great until someone decides to rename the “First Name” field to “Contact First Name” – at which point the script will no longer work.
I’m wondering if there is some sort of “internal ID” for a field that stays the same even if the visible field name is changed.
Thanks
Bill