I'm using Airtable Web API to build a web-application, it's going great so far, every time user updates a cell, I get a notification about it via the email by using a formula of last_modified and comparing it with current time.But here is the error, ...
I’m using this filterByFormula which works perfectly fine based on date, but I want it to work based on hour as well. Just keep it the same way it is with hour functionality.
filterByFormula=IS_AFTER(LAST_MODIFIED_TIME(), DATETIME_PARSE("6/18/2022", ...