Skip to main content

My team uses the revision history function a lot when editing records. Currently, that function is not available in an Interface, as far as I can tell. I hope that it can be added ASAP.



I have a workaround that embeds a link to the record in the base, and directs the team member to click on the link and open up the Activity pane to see the track changes. This is a workable solution, but far from an ideal one, as it requires the team member to interact with the base itself rather than the much more streamlined—and much less confusing—Interface.

Jumping in here to second this request. Would be super useful


Jumping in here to second this request. Would be super useful


+1  -- I'd also like this.


This would be very helpful, as we are using interfaces more and more it would be amazing to not have to go to the full record to see revision history.


I would love to know how you did this!

 


I would love to know how you did this!

 


@Katerie I had to do the same thing unfortunately this renders the security purpose of an interface useless since they'll need access to the base also.

Here is how you do it @bult0023 

  • Go to the table in the base where the interface data is referenced
  • Add a formula field. Name the field something like "Revision History Link"
  • Copy the URL of the of the view you are on, it should have 3 things in it https://airtable.com/app.../tbl.../viw.../
  • Put the link you copied in the formula I made below

 

"https://airtable.com/app1234asdfasdf/tbl1234asdfasd/viw1234asdfasd/"&RECORD_ID()​

 

  • Now go to the interface where you want to put a button that opens the revision history
  • Make a button and set the action to "Go to URL in record" and set the field to the one you just made above.

@Katerie I had to do the same thing unfortunately this renders the security purpose of an interface useless since they'll need access to the base also.

Here is how you do it @bult0023 

  • Go to the table in the base where the interface data is referenced
  • Add a formula field. Name the field something like "Revision History Link"
  • Copy the URL of the of the view you are on, it should have 3 things in it https://airtable.com/app.../tbl.../viw.../
  • Put the link you copied in the formula I made below

 

"https://airtable.com/app1234asdfasdf/tbl1234asdfasd/viw1234asdfasd/"&RECORD_ID()​

 

  • Now go to the interface where you want to put a button that opens the revision history
  • Make a button and set the action to "Go to URL in record" and set the field to the one you just made above.

Yes, that is what I actually do, but it would be better if for example, the field "Comments" could be switched between "Comments", "Revision history" and "All activity", like in normal table view:


+1


+1 would love to see this


+1


+1 Would love to see this.


Alright AirTable, it's been a year and a half and we still haven't gotten a solution to this. Can yall help us out?


I would also like to see this! 


✋🙂 I also would love some ability to surface Revision History in Interfaces.

I suppose this is a little more complex than simply surfacing the complete Revision History in Interfaces since some users of the Interface might not be meant to see all the data exposed in the Revision History (like the names of other users, the Field Names and Field Values for Fields that may be hidden from the Interface itself, etc.). So maybe what we're really after is a filtered Revision History which specifically contains edits made to Fields that are visible in that Interface.


For any following this - this is available now!


For any following this - this is available now!


@bult0023 really? Could you share some where you found it, as I haven't seen in on my airtable yet?


@bult0023 really? Could you share some where you found it, as I haven't seen in on my airtable yet?


In the newest version of the interface designer you can enable Revision History right below the toggle for comments within the record detail page


oh wow thanks for sharing that, I had to create a new layout as my old one is now "legacy" and doesn't have the option you showed. After creating a new layout I was able to enable Revision History 🎉


Reply