Oct 15, 2021 02:45 AM
Hi,
I have a table with records, which acts like an overview.
What I want to do is simple, I want to have a field in the row, that when I click that, I will jump to a different table (a specific view in there). That’s easy to do in Trello, Asana etc, but I can’t seem to find a way to set this up here.
I’ve tried to search everywhere, but everything talks about linking records, which is not what I want.
Literally just a way to jump from the overview table to the detailed table. Is this possible?
Oct 15, 2021 04:44 AM
You can create a button field that opens the url of the view. Use Airtable in a web browser to get the url of the view.
Oct 15, 2021 05:19 AM
Thank you!
I tried with the URL from the browser, and it works.
However, I can only make it work with the URL type, the Button requires a formula for the URL which is impossible to implement, if I see that correctly, since the ids are random.
Clicking the URL field always opens a new window of the app, can that be changed to just open in the current window?
Oct 15, 2021 06:10 AM
You cannot change opening a new window in the app. I prefer to use Airtable in the browser.
If you can identify the logic for which view to open for each record, you can put that in the formula. However, you do need to hardcore the app ID, table ID, and view ID.
Oct 15, 2021 06:30 AM
Thanks.
Hardcoding won’t work as it’s different for every table, so i’ll just go with URL instead.
Seems like this isn’t very thought through on Airtable’s side with the link to views, unfortunately. This way will work, though.