Hi there,
I currently use Airtable to automatically notify me at various dates along a user’s timeline:
IF(DATETIME_DIFF(TODAY(),{4w}, "days")>-1, IF({4w Email?},"
", "
"))
The Slack notifications always seem to generate at ~5pm PST – the end of my work day. I’d much rather have them generate in the morning.
- Is this because Airtable’s date calculations work on GMT/UST?
- Is there any way to change when this calculation occurs?
- I understand the easier solution is to just make it trigger a day earlier - and I’m happy to do that - but the bothersome thing is getting multiple pings at the end of my work day when they’re liable to get ignored / forgotten.