Skip to main content

Is there any way to generate a URL that will link to a specific record, ideally within a specific view? If not, PLEASE.


Our use case is the delegation of a given job. The record is the job ticket, and we need to quickly relay just that job. Via Slack, and a million other ways once integrated with Zapier.


Yes, this begs for a proper single-record view; the slippery-slope toward real print/PDF layouts. But let’s start at the URL level.


THANK YOU!

A formula like this might help:


'https://airtable.com/tblVs9ci2HK3Jm2Sf/viwP5mSQ2DqLmZH8f/' & RECORD_ID()

Grab the URL itself from the view that you want. You can do w/o view:


'https://airtable.com/tblVs9ci2HK3Jm2Sf/' & RECORD_ID()

Alex


A really simple way to get the URL for the record is to just open up the expanded record and copy the URL, since it’ll change to reflect the record ID at the end of the URL.


A really simple way to get the URL for the record is to just open up the expanded record and copy the URL, since it’ll change to reflect the record ID at the end of the URL.


Wow, I can’t believe we’ve missed this for so long! Thanx!


A couple things now that I’ve had a sec to look at this:




  1. I’d missed it because we try to use the “native” app. URLs (tho obviously valuable) are hidden.




  2. Such links require the user to have access credentials. What we really need is a public, single-record link, in which we can control the visible fields.




THX.


A couple things now that I’ve had a sec to look at this:




  1. I’d missed it because we try to use the “native” app. URLs (tho obviously valuable) are hidden.




  2. Such links require the user to have access credentials. What we really need is a public, single-record link, in which we can control the visible fields.




THX.



I’d missed it because we try to use the “native” app. URLs (tho obviously valuable) are hidden.



If you’re using the desktop app, File > Copy URL to Clipboard (Cmd+Shift+C on Mac, Ctrl+Shift+C on Windows) will copy the current page URL.


A formula like this might help:


'https://airtable.com/tblVs9ci2HK3Jm2Sf/viwP5mSQ2DqLmZH8f/' & RECORD_ID()

Grab the URL itself from the view that you want. You can do w/o view:


'https://airtable.com/tblVs9ci2HK3Jm2Sf/' & RECORD_ID()

Alex


And yeah, helpful. What’d be awesome is variable/contextual table and view IDs, that way the whole URL string could be dynamic.


Yeah, I’d kill for:


https://airtable.com/” & TABLE_ID() & “/” & VIEW_ID() & “/” & RECORD_ID()


Though if really dreaming:


https://airtable.com/” & TEAM_ID() & “/” & BASE_ID() & “/” & TABLE_ID() & “/” & VIEW_ID() & “/” & RECORD_ID()


Alas,


A.



I’d missed it because we try to use the “native” app. URLs (tho obviously valuable) are hidden.



If you’re using the desktop app, File > Copy URL to Clipboard (Cmd+Shift+C on Mac, Ctrl+Shift+C on Windows) will copy the current page URL.


Do you happen to know how to do this in the iOS app?


Do you happen to know how to do this in the iOS app?


Yes, I would like to know who to create a link that, when clicked on mobile, will open the record in the mobile app.


Yes, I would like to know who to create a link that, when clicked on mobile, will open the record in the mobile app.


I have just done exactly that. Creating a regular link will do it. The link, when opened on a mobile phone with the app installed and logged in, will open the record in the app.


I tested this on an iPhone.


As Jeff_Haskin mentioned this seems to be working fine on iPhone, but on Android the record URL only directs to the mobile app home page rather than pulling up the table or record included in the URL. Is there a known fix for this?


A really simple way to get the URL for the record is to just open up the expanded record and copy the URL, since it’ll change to reflect the record ID at the end of the URL.


Hi there !! Is there a way to CREATE a new record by URL ??

Thanks a bunch

Luis


Reply