I found a work around for this! BUT, it would still be awesome if Airtable implemented this suggestion :slightly_smiling_face:
Using the new Airtable automations feature, you can create a new Airtable record with whatever fields you need pre-filled...
Got it. I have a “Day/Time” field, which drives the calendar, and a “Next Week’s Day/Time” field, which uses DATEADD. I then added a column with a function that returns true if “Day/Time” is earlier than today:
IF{Day/Time} < Today(), “true”)
Integro...
Hi Justin! I think this might be a great solution for what I’m trying to do with our music school. We’re displaying an Airtable calendar to show available openings in classes. Ideally, the “date/time” field would automatically update each week, so th...