Hi @Lauren_Briskin1,
The Last Modified Time field will return a timestamp of any time the entire record, or any individual fields you chose, are modified. It will update every time there is a change and the previous timestamps are not stored. If you need to store that, you could create an automation to store the stamps history in another field.

Thanks @Vivid-Squid. That might almost do it.
I’m looking at this Use Automations to Timestamp Status Updates | Airtable Support and I’m wondering if there’s a simpler way to go about this. I set up an automation that notifies us when something moves into a view (“Needs review”) and then out of that view (into the “Reviewed”) view.
What I’d really like is the automation to update a “modified date” field- something that would say “the automation ran at this time,” which indirectly means “the record fell into this view at this time” which indirectly means “something changed on this record which is made up entirely of lookup fields at this time.”
Because this table requires an extensive number of lookup fields from 7 or 8 tables, it isn’t practical to go through and make all of the separate “modified date” fields as suggested in the workflow in the help guide.
Is this doable? Or do I need to create that automation of a large “date modified” field?
I think you can do it.
You only need to add one last modified time, then set it to look at only the Lookup fields in that table. Then on your Automation, update the Modified Date, with the record from Last Modified Time field.
Since your trigger is when a record enters a view, that will update the last modified time to the time the record went into that view. Same for leaving the view.