Conditional color formatting of cells in tables to represent events that are occurring in the next x minutes or hours

Having implemented tables to display a list of events, I have a requirement to show and color-code my events based on these rules:


  • Yellow-colored event when it is due in the next 30 minutes.

  • Red-colored event when it is overdue by 30 minutes or more.


Following Knack's implementation of conditional color formatting of table cells, I would like to request Knack to allow hours and minutes to be used as unit of measures in the display rules. Currently, I can configure display rules down to weeks and days, not hours and minutes.