In some cases, you can run an automation from a button in Interfaces:
- Run automation - Choose a previously configured automation to trigger when the button is pressed. You can also start creating a new automation right in the interface. After naming the automation you can click Continue to start building the automation in a new browser tab. There are two requirements in order to set up this button element action:
- Either a record picker element or a record review layout (containing the record list element) must be present on the interface page where the button element is placed to use as a source.
- For an automation to be used with the button element, it must include the When a button is clicked automation trigger. Read more about the setup process here.
Source
For the automation:
- trigger: when a button is clicked
- action: update record > create a formula field that adds 6 months and use that input to update {your date field}
Formula:
IF({your date field}, DATEADD({your date field}, 6, "months"))