Help

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

Solved
Jump to Solution
428 0
cancel
Showing results for 
Search instead for 
Did you mean: 
kschnaenberg
6 - Interface Innovator
6 - Interface Innovator

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

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

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.

See Solution in Thread

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

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.

lex_j
5 - Automation Enthusiast
5 - Automation Enthusiast

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")