I'm trying to create an automation that will send an alert when a certain value changes by more than 7. I don't just want an alert for any change, it has to be if the value changes by more than 7.
Because of the nature of this specific value, it isn't really possible to have a helper column, at least not that I can tell. It is calculating the difference between one static date and one fluid date. The fluid date is also a calculation, and it in turn is based on many other calculations. So due to this fluidity, it isn't really possible that I can tell to have a helper column here.
Any idea? Thank you!