Aug 14, 2017 01:34 PM
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!
Aug 15, 2017 05:49 AM
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’)
Aug 16, 2017 06:42 AM
That worked perfect, thank you! Much appreciated.