Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Last modified time [SOLVED]

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Katherine_Duh
10 - Mercury
10 - Mercury
Status: Launched

UPDATE 2: last modified time is now available to everyone! You can learn more about it here.

UPDATE: The last modified time beta is now closed as we get ready for a general release. Thanks to all of the testers who made this beta a success.

ORIGINAL POST:

Hi folks! Weโ€™re very excited to announce that weโ€™re beta testing a last modified time field type, as well as a LAST_MODIFIED_TIME formula function. Many thanks to the users whoโ€™ve posted specific, detailed feedback about their needs and use cases with regard to this feature, like @Arlo_Haskell, @Deborah_Buck, and @Jordan_Friedman. We read everything that is posted here in the forums and your feedback is incredibly valuable for us when weโ€™re planning the product roadmap and developing new features!

If youโ€™re a Pro plan user and youโ€™re interested in testing out the last modified time field type and/or the LAST_MODIFIED_TIME formula functionโ€”and giving us your feedbackโ€”please sign up using this form. (Note: this is a different form from our standard beta signup form, and it requires you to fill out a couple of additional questions.)

As you are all aware, this is a highly anticipated feature, and there are many users who would like to get beta access. However, for technical reasons and to ensure an optimal user experience, rollout for this beta will be conducted in small, limited batches. (In practical terms, that means that it might take a while for you to get access.)

219 Comments
Michael_White1
4 - Data Explorer
4 - Data Explorer

Has the last modified timestamp been added yet?? It looks like its taking ages :frowning:

Airtable has changed my life but the lack of this feature is disheartening. Please give us an ETA gang!

Cheers.

Chris_H
4 - Data Explorer
4 - Data Explorer

There must be a hundred people requesting a last modified field. Come on Airtable!

Jesse_Riggins
4 - Data Explorer
4 - Data Explorer

Iโ€™m going to add my +1 here as wellโ€ฆ I have a client that really would like to use Airtable as a front end for a back end data system that I have built for them, but like so many others, without a way to track record changes, this becomes very difficult.

Chloe_LCW
4 - Data Explorer
4 - Data Explorer

I sign up to this community just to say that I seriously need this field modified timestamp. It is a difference that may make me try to convince my boss to buy the service for the whole company. But now โ€ฆ nope.

Bellatig_Mehdi
4 - Data Explorer
4 - Data Explorer

+1000!

And really disappointing to see the lack of response from the team about an - even extremely approximative - ETA, like seriously, how many more hundreds of your users do you need to be asking for this to at least answer or explain why itโ€™s taking so long ? an entire year without a single message from you while the requests keep piling on โ€ฆ :frowning:

Mehdi

Shomrei_Emunah
6 - Interface Innovator
6 - Interface Innovator

really need this. itโ€™s an amazing omission.

Johan
4 - Data Explorer
4 - Data Explorer

Hey @Emmett_Nicholas.

About three years ago you wrote that you guys were looking into creating โ€œlast modified timeโ€.

Any progress with this?

Cheers,
Johan

alexanian
4 - Data Explorer
4 - Data Explorer

Hi all-

I needed this feature for my own application, so I ended up writing a hack that uses the Airtable API and updates a โ€œLast Updatedโ€ column when records change.

Itโ€™s definitely not zero-coding to get up and running (you need either put files on a server or schedule a continuously-running job on your computer) but it does work! It even sends you e-mails about whether any updates have happened.

Hereโ€™s the GitHub repository, which includes set-up instructions: https://github.com/alexanian/airtable-last-updated-hack (link corrected).

I just wrote this for my own use, but Iโ€™ll be happy if it helps out anyone else! Feel free to DM me if you have trouble getting it set up.

W_Vann_Hall
13 - Mars
13 - Mars
Heracles
6 - Interface Innovator
6 - Interface Innovator

+1 for this feature request

@alexanian Are you familiar with glitch.com? Itโ€™s essentially a Git repo that allows people to remix and run code, with minimum technical skills required. This would be nice to have it set-up and updated as a project there.