The problem is every time I bring up the table it adds today’s date in there what I would like to do is only add the date once when the record is created.
Solved
I am using the now() function to get the current date,
Best answer by Kamille_Parks11
That works just fine, but he created another problem, I am using the date field in a email when I build my automation. Unfortunately it gives me the European format even though I said to use the friendly format in the table. It looks perfect when I display the table but when I sent it out in the email it goes back to the European version. When I use the other function I could put (MMM, D YYYY) and it would show up perfectly. I hope I didn’t get to wordy.
Then keep the field as a Formula and use DATETIME_FORMAT(CREATED_TIME(), "MMM, D YYYY")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
