Help

Re: How to get date of form submitted in automation?

898 1
cancel
Showing results for 
Search instead for 
Did you mean: 
darren_zou
4 - Data Explorer
4 - Data Explorer

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

2 Replies 2
augmented
10 - Mercury
10 - Mercury

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