Help

Create a field to "schedule" content?

1320 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Amanda_Riegel
4 - Data Explorer
4 - Data Explorer

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!

2 Replies 2
Matt_Sayward
8 - Airtable Astronomer
8 - Airtable Astronomer

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.