Skip to main content

Hi,

I’m trying to add a column that will display the date which each individual primary record was added in to Airtable

basically displaying some sort of a log I guess of when the record was first added

Any ideas???

You have 2 ways:

  • Created Time field type :grinning_face_with_sweat:
  • Formula field type with the CREATED_TIME() function

What do you mean with that? :thinking:


You have 2 ways:

  • Created Time field type :grinning_face_with_sweat:
  • Formula field type with the CREATED_TIME() function

What do you mean with that? :thinking:


YES! Thanks. So simple, didn’t think of it.