Getting the date and time of form submission

Hi, I have a column in my form for date and another column for time. Right now I am populating them with the functions “today()” and “now()”. But this updates constantly and fills all rows with that value.

Is there a way to get the date AND time from when the form is submitted and keep it constant?

Yup! Just set the formula of the column to created() which will always show the exact time the row was created Aka the form was submitted

2 Likes

Thanks so much! This is exactly what I was looking for

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.