Zoho CRM Formula - Current Time minus Date/Time field
Hello,
I am trying to prevent duplicate emails going to clients when more than 1 deal is being updated.
To do this, I would like to create a formula to identify if a date/time field is >= 2 hours ago.
Can someone please help me write this formula?
Example: if( hoursBetween(${Last Auto Communication}, now()) <= 2, true, false )
This formula does not work.