Hi there - I have created a custom table 'users'. Each user has an ID, a string field 'name' and integer field, 'age'. I would like to simply parse a notification that, once the 'age' field has been updated, says whether or not the new value is greater or less than the previous value.
What would be the best practice for this? Where should the trigger live if I want it to run regardless of if the age was updated from the Users list page or card page?
Thanks!