Help

URL for a table’s record?

Solved
Jump to Solution
332 2
cancel
Showing results for 
Search instead for 
Did you mean: 
craibuc
6 - Interface Innovator
6 - Interface Innovator

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

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Adding on to Dan's answer, here's a base where a formula field's set up for that purpose
Screenshot 2024-02-21 at 11.17.46 AM.png

And the formula looks like this:

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

 

See Solution in Thread

2 Replies 2
Dan_Montoya
Community Manager
Community Manager

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
18 - Pluto
18 - Pluto

Adding on to Dan's answer, here's a base where a formula field's set up for that purpose
Screenshot 2024-02-21 at 11.17.46 AM.png

And the formula looks like this:

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