Mar 17, 2022 07:33 AM
Hi gang, I feel like this must be easier than I think (but I don’t know anything about formulas, just automations, and barely those) but basically I’m trying to create a date field that will constantly update with today’s date. Ideas?
Mar 18, 2022 09:07 AM
How about use the Last Modified time field? This is field that holds the last modification date of all fields or of a specific field.
Or, if you really only want to display the current date, use…
DATETIME_FORMAT(NOW(), "YYYYY/MM/DD")