If you expand a record in your embedded Airtable view, and then look at the URL in your browser’s toolbar, you’ll see a URL like this:
https://airtable.com/shrXXXXXXXXXXXX/tblXXXXXXXXXXXXXX/viwXXXXXXXXXXXXXX/recXXXXXXXXXXXXXX
The characters after “shr” represent the base ID.
The characters after “tbl” represent the table ID.
The characters after “viw” represent the view ID.
The characters after “rec” represent the record ID.
So all you need to do is change the record ID to match the record that you want to view.
If you expand a record in your embedded Airtable view, and then look at the URL in your browser’s toolbar, you’ll see a URL like this:
https://airtable.com/shrXXXXXXXXXXXX/tblXXXXXXXXXXXXXX/viwXXXXXXXXXXXXXX/recXXXXXXXXXXXXXX
The characters after “shr” represent the base ID.
The characters after “tbl” represent the table ID.
The characters after “viw” represent the view ID.
The characters after “rec” represent the record ID.
So all you need to do is change the record ID to match the record that you want to view.
Thanks for your answer.
I understand your explanation but my goal is to stay on the original website and act on the embedded view.
I’m not sure your solution will help to do that.
Thanks for your answer.
I understand your explanation but my goal is to stay on the original website and act on the embedded view.
I’m not sure your solution will help to do that.
Oh right, if it’s embedded, you can’t do it that way, because you’re running an embedded JavaScript app within your website.
I was mistaken above — what I said above only applies to NON-embedded views. You could use my advice to take the user to Airtable‘s hosted page.
As far as I know, the only way you could do it on your own website would be to write your own custom web app with JavaScript that communicates natively with the Airtable API.