Inside of my Airtable base I have two fields that log the timestamp when certain fields are updated like this:
From there I take the two timestamp fields and calculate the difference, the calculations reveals the time different for a product to move from “status 1” to “status 2” in minutes.
With this calculation, I would like to have a conditional SMS message ideally or email if the time difference exceeds a certain threshold.
If the above is possible, there are further items I would like to improve upon.