Skip to main content
Solved

Airtable Record URL - Link to record in Interface rather than data view


Forum|alt.badge.img+8

Use Airtable Record URL in email notifications...any way to link to that record in Interface rather than data view?

Best answer by kuovonne

The best way to do this is to use a formula field to generate the url to the interface page. Then include the formula result. You will need the base ID, interface page ID, record picker ID, and record ID.

I explain how to get these IDs and build the url of my Guide to Airtable.

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

2 replies

kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6002 replies
  • Answer
  • May 8, 2023

The best way to do this is to use a formula field to generate the url to the interface page. Then include the formula result. You will need the base ID, interface page ID, record picker ID, and record ID.

I explain how to get these IDs and build the url of my Guide to Airtable.


Forum|alt.badge.img+5
  • New Participant
  • 3 replies
  • September 27, 2024

Here is how I did this for anyone curious.

You have to be sure that if you are not using Record Review or Record Summary pages, that you enable the record view to be full screen and not just a side panel. Once I did that, I used the following formula in a formula field:
Concatenate("https://airtable.com/appXXXXXXXXXXXXXX/pagXXXXXXXXXXXXXX/" & Record_ID() & "?home=pagXXXXXXXXXXXXXX")


Reply