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
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.


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
You are my hero!!! Thanks for help.
It works excellent for me))
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.


if setup to 10/03/2022 2:25 but time is 10/03/2022 2:21 it must be 0 in Time Passed
if setup to 10/03/2022 2:25 and time is 10/03/2022 2:25 it must be 1 in Time Passed