Skip to main content

How to get date of form submitted in automation?

  • September 16, 2021
  • 2 replies
  • 57 views

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

2 replies

Forum|alt.badge.img+18
  • Inspiring
  • September 16, 2021

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


  • Author
  • New Participant
  • September 16, 2021

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