Skip to main content

Need to update status in content calendar when published date has passed

  • February 13, 2022
  • 1 reply
  • 8 views

Forum|alt.badge.img+4

Hi, I’m trying to create an automation to update the status of a record from “scheduled” to “published” when the published date has passed. Does this need to be done using a formula? I can’t find a way to do it with “when a record matches conditions.” I’m scheduling posts on Hootsuite manually, so the only thing I want AirTable to do is change the status when the date has passed.

1 reply

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • February 13, 2022

Welcome to the community, @Rachel_Royal!

You could create a formula field with a formula like this:

IF({Published Date}<TODAY(),"Published","Scheduled")