Hello -
I’m trying to set up an automation that runs whenever my editor inputs a note into a field. When I had the automation set to trigger when field is updated, I would get 7+ notifications as she typed her message. I adapted the trigger to be ‘when a record enters a view’ and the view only shows records with notes in the notes field, and a formula I added:
IF({MINS SINCE UPDATE} > 5, “Automate”, “Wait”)
To only show records that say ‘Automate’ to give her 5 min to type her message. However, this now sends a notification any time any record with notes is modified in any way.
My question is: Is there a way to have the minutes since update formula only watch my notes field?




