Skip to main content

Column to display date Primary Record added

  • February 20, 2018
  • 2 replies
  • 19 views

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???

2 replies

Forum|alt.badge.img+17
  • Inspiring
  • 1124 replies
  • February 20, 2018

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:


Forum|alt.badge.img+9
  • Known Participant
  • 19 replies
  • September 5, 2022

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.