Populating a Time/Date field Automatically

Hey there

I am creating a new row in an existing Baserow table from a Baserow application form submission. The form data is populating the table just fine.

Is it possible to populate a field in the table row with the date/time the form was submitted or the time/date the new row was created automatically?

Thanks
Mark

Hello,
Yes, that is possible.
For that, you need to create a new Formula type field and use the function now()
Here is a screenshot.

As you can see you can even define the format of the date/time field.
In case you only need the date, you can use the function today()
I hope this helps.

1 Like

Great thanks ofsantana.