Skip to main content
Solved

Adding date to record automatically

  • March 9, 2021
  • 2 replies
  • 30 views

I have zapier adding records to my Airtable but I have no idea when the record is added. Is there a way to have a date column that automatically adds a date to the record when it’s added?

Best answer by Kamille_Parks11

Yes. Either add a “Created Time”-type field, or add a “Formula”-type field with CREATED_TIME() as the formula.

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

Yes. Either add a “Created Time”-type field, or add a “Formula”-type field with CREATED_TIME() as the formula.


  • Author
  • New Participant
  • March 9, 2021

Yes. Either add a “Created Time”-type field, or add a “Formula”-type field with CREATED_TIME() as the formula.


That did it, thank you!