Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 03, 2022 12:29 PM
I’d like to update the Status column of a record when a specific time listed in that record is passed.
This is to create a social media publishing calendar. I add a post time to a record. When it is that time, the records status column is updated to Approval. I then have a separate view filtered by Status=Approval where I’ll review records that need to be approved.
I currently have the Status column set as a single select as Queue, Approval, and Posted.
If possible, I’d prefer to do this via a formula column but am open to setting it as an automation.
Thanks for the help!
Oct 03, 2022 12:51 PM
Hi @Nathan_Hamilton1,
Add a formula field to tell us if right now is after the date/time set in the Post Time.
IS_AFTER(NOW(), {Post Time})
Add an Automation
Trigger: When record matches a condition - The formula we created = 1
Action: Update a record, record ID from step 1, Set the select field to Approval
Oct 03, 2022 01:29 PM
Thanks. I added the formula and automation. Makes sense and seems like it should be working.
Do you know what might be happening here, though?
The Post Time is after the current time, but the Formular Field keeps returning 1 for new records signaling the current time has passed, but that’s not true. I tried setting up a few test records 5-10 minutes out to see if that fixed it, plus added some records in ET zones, but it’s not working.
I’ve attached screenshots to demonstrate.