Coda Feature Request: Additional Convenience Formulas (DoesNotContain, IsBefore, IsAfter, IsBetween)

I am aware that everything I am requesting is already achievable by combining multiple formulas. But for ease of use, and especially when it comes to teaching coda to new makers, there are a few formulas that I think would make it much, much easier.

  1. DoesNotContain(item, list) I know this is doable by using not(contains(item,list)).
  2. IsBefore(Search Date, Date)
  3. IsAfter(Search Date, Date)
  4. isbetween(Search Date, Start Date, End Date)

I did this a long time ago but it was less efficient than the native coda formulas. I can add certain functions if needed.

But +1 for adding certain functions to dates natively.

1 Like

Thanks! I try to avoid using packs when I can because they can take a long time to load. The date formulas don’t seem like they’d be too difficult to create natively though.

1 Like