Jun 28, 2022 08:44 AM
I have an automation that conditionally sends a Slack message when a record enters a view and matches a particular datetime field. The conditional action editor only allows me to select a date to match, but I need it to be more granular, such as the datetime field is prior to 6 hours ago. Is there a reason Airtable is so klunky and only allows to match on the date?
Jun 28, 2022 11:25 AM
I would create a formula in your database that results in a value “Yes” or “1” if the date time field is prior to 6 hours ago. Then use that formula field for your condition.
Jun 28, 2022 11:54 AM
@ScottWorld BRILLIANT! Thanks.