Skip to main content

I looked into the options and none of them is the date that the form is submitted. What can I do?

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).


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).


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’)


Reply