Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Sep 16, 2021 12:18 PM
I looked into the options and none of them is the date that the form is submitted. What can I do?
Sep 16, 2021 12:32 PM
Hi Darren. All you need is a “Created time” field in your table. It gets populated automatically when a record is created (e.g. someone submits a form).
Sep 16, 2021 01:05 PM
Thank you, it worked, but I would like it to be added to the selection. also is there a way to drop the year? Only need month and day
EDIT, I got it, make a field as Formula, and enter this formula:
DATETIME_FORMAT(NOW(),‘MM-DD’)