Hi all,
I currently use Airtable to do a series of date checks. I have about 15 of these per record, for various points along a user’s timeline:
IF(DATETIME_DIFF(TODAY(),{5d}, "days")>-1, IF({5d Email?},"✅", "❗"))
I’m looking to be able to create a...