Jan 03, 2017 08:07 PM
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!
Jan 04, 2017 12:07 AM
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
Jan 04, 2017 10:29 AM
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.
Jan 04, 2017 11:37 AM
Wow, I can’t believe we’ve missed this for so long! Thanx!
Jan 04, 2017 07:10 PM
A couple things now that I’ve had a sec to look at this:
I’d missed it because we try to use the “native” app. URLs (tho obviously valuable) are hidden.
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.
Jan 04, 2017 07:37 PM
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.
Jan 04, 2017 08:28 PM
And yeah, helpful. What’d be awesome is variable/contextual table and view IDs, that way the whole URL string could be dynamic.
Jan 06, 2017 05:35 PM
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.
May 16, 2019 07:48 AM
Do you happen to know how to do this in the iOS app?
Oct 31, 2019 06:06 AM
Yes, I would like to know who to create a link that, when clicked on mobile, will open the record in the mobile app.