A common use case I encounter in Airtable is comparing the state of my data today to a prior state.
Here’s an example:
- I have a table of people and the business units (BUs) they bill their time to
- Due to reorgs, this info changes frequently
- I’m trying to get a quick view that lets me compare currently billing to prior state
For example:
| Person | BU as of today | BU as of date xx/xx/xx |
|---|---|---|
| 1 | BU 1 | BU 2 |
| 2 | BU 1 | BU 1 |
| 3 | BU 3 | BU 4 |
| 4 | BU 4 | BU 1 |
Perhaps this is an example of a poorly designed database (we didn’t anticipate so many org changes), and I know I can retrieve a snapshot and do a manual compare.
IT would amazing if I could take the field “BU as of today”, duplicate it, and set it to show the data that was in that field on a prior date. (Basically a mini-snapshot).



