Hey Henry, thanks for reaching out! Currently, it's not possible to have today’s date auto-update without any intervention. The closest workaround would be a formula like this:
{{Company Domain}} ? new Date(new Date().toLocaleString("en-US", { timeZone: "America/New_York" })).toLocaleDateString("en-US") : ""
This formula will populate today’s date as long as {{Company Domain}} is present. However, it remains a formula column, meaning the date won’t auto-update after creation.