I have a Number column with a formula as below, where the number keeps changing ( where [column] is a date column )
=TODAY()-[column]@row
I want to send reminder alerts and update requests automatically as the number keeps changing ( say 1, 5, 10, ... ).
Will this be caught in a Automation Trigger such as Row Changed (without user changing any row fields) ?
ps: I'm reading and evaluating.