Skip to main content

Create a field to "schedule" content?

  • August 14, 2017
  • 2 replies
  • 41 views

I use airtable for content records and I would like to recycle that content every 6 months or so. Is there a way to customize a field so that it displays the date I should recycle that content? Or is there an integration that I can connect with airtable to “schedule” or alert me when a specific record is eligible for recycling? Thanks in advance!

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+4
  • Known Participant
  • August 15, 2017

You could have a date field with a publish date and another column with a formula calculating the recycle date.

Try the formula below (Replace the text in the curly brackets with the name of the column that has your publish date in):

DATEADD([{Publish Date}, 6, ‘months’)


  • Author
  • New Participant
  • August 16, 2017

You could have a date field with a publish date and another column with a formula calculating the recycle date.

Try the formula below (Replace the text in the curly brackets with the name of the column that has your publish date in):

DATEADD([{Publish Date}, 6, ‘months’)


That worked perfect, thank you! Much appreciated.