Nov 17, 2018 06:22 AM
Hi All!
I’m new to this community and hope to contribute as well as to learn from you all.
I have a form created in Airtable. How do I create a formula so that when the form is submitted, airtable would insert the date of the submission automatically in a specific field I created beforehand.
Thanking you all in advance for any assistance.
Nov 17, 2018 06:42 AM
You could use the field type “Created Time”, or a combination of the formulas DATETIME_FORMAT()
and CREATED_TIME()
to get the format you want. That will automatically insert the date and time the record was created into that field.
Nov 17, 2018 06:47 AM
Hi Nead_Admin! Thank you for your quick reply.
I will try and will report back.
Nov 17, 2018 06:54 AM
It worked! Thank you so much.
Oct 19, 2021 04:16 AM
Hello,
Where do you add this formula?
Thanks