Skip to main content
Solved

URL for a table’s record?


Forum|alt.badge.img+6

Is there a canonical URL that will allow me to display a record in a given table?

Best answer by TheTimeSavingCo

Adding on to Dan's answer, here's a base where a formula field's set up for that purpose


And the formula looks like this:

'https://airtable.com/appaw5zeg8kpK7u8S/tbltX0NdrDsDq1QJq/viwaANgImP37LZHa8/' & RECORD_ID()

 

View original
Did this topic help you find an answer to your question?

2 replies

Dan_Montoya
Forum|alt.badge.img+17
  • Employee
  • 272 replies
  • February 21, 2024

yes.  When you open a record you will see the URL change in the browser bar.  that is the formula you will use but append your recordID to the URL.  Get the recordid via the record_id() formula.


TheTimeSavingCo
Forum|alt.badge.img+28

Adding on to Dan's answer, here's a base where a formula field's set up for that purpose


And the formula looks like this:

'https://airtable.com/appaw5zeg8kpK7u8S/tbltX0NdrDsDq1QJq/viwaANgImP37LZHa8/' & RECORD_ID()

 


Reply