May 08, 2023 01:15 PM
Use Airtable Record URL in email notifications...any way to link to that record in Interface rather than data view?
Solved! Go to Solution.
May 08, 2023 01:59 PM
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.
May 08, 2023 01:59 PM
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.
Sep 27, 2024 12:17 PM
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")