Hi Gabbi, I assume you’re using the Last Modified Time
field in some form for your formula?
If so, you should be set it to only watch the notes field which should solve your problem

If my assumption is wrong, could you provide a screenshot of your data as well as your formula so I could help troubleshoot?
Hi Gabbi, I assume you’re using the Last Modified Time
field in some form for your formula?
If so, you should be set it to only watch the notes field which should solve your problem

If my assumption is wrong, could you provide a screenshot of your data as well as your formula so I could help troubleshoot?
Thanks Adam! I am not using the last modified time field - but that may solve my problem! Including screenshots of the formulas I was using. However, based on what you are saying I may be able to use the last modified time field to only watch my notes field for modifications, Then my automate/wait formula can be tied to the last modified time.
I am going to try that but if you have suggestions I am all ears!


Thanks Adam! I am not using the last modified time field - but that may solve my problem! Including screenshots of the formulas I was using. However, based on what you are saying I may be able to use the last modified time field to only watch my notes field for modifications, Then my automate/wait formula can be tied to the last modified time.
I am going to try that but if you have suggestions I am all ears!


Alright - the last modified field did not solve my problem, but it may have partially.
My new question is if there is a way to modify my “calculation” field formula to “automate” 5 minutes after the Last Modified time and date.
The formula I currently have is: IF({MINS SINCE UPDATE} > 5, “Automate”, “Wait”)
If I adjust the formula to IF({Last Modified} > 5, “Automate”, “Wait”)
I do not know how the formula will recognize the “5” as minutes - is there a way to do this or a better way to work this whole thing?
Alright - the last modified field did not solve my problem, but it may have partially.
My new question is if there is a way to modify my “calculation” field formula to “automate” 5 minutes after the Last Modified time and date.
The formula I currently have is: IF({MINS SINCE UPDATE} > 5, “Automate”, “Wait”)
If I adjust the formula to IF({Last Modified} > 5, “Automate”, “Wait”)
I do not know how the formula will recognize the “5” as minutes - is there a way to do this or a better way to work this whole thing?
Hm, I’d use DATETIME_DIFF()
with the last modified time against NOW()
to see how long it’s been
I’ve put a base together here for you to check out as I think it might help?
