Oct 26, 2023 09:33 AM
Hi All,
I would like to create a button for the Airtable Interface which adds 6 months to today's date. Upon pressing the button, I want the date field to be updated to today's date + 6 months.
Is this possible?
Would love to hear your solution for this!
Thanks!
Oct 26, 2023 10:53 AM
In some cases, you can run an automation from a button in Interfaces:
For the automation:
Formula:
IF({your date field}, DATEADD({your date field}, 6, "months"))
Oct 26, 2023 01:57 PM
Thank you so much for the assistance. You have led me to the right direction. I've been able to create an automation which updates the date upon the click of the button.