I'm using Airtable Web API to build a web-application, it's going great so far, every time user updates a cell, I get a notification about it via the email by using a formula of last_modified and comparing it with current time.
But here is the error, when a user changes a table fields name to something else, there's no notification.
For example here changing "Status" to "asf" there is no notification of, "Status" has been changed to "asf". Anyone might have a function in API to do this?