Nov 10, 2021 12:49 PM
Here’s a wishlist item for interfaces — having them be more integrated with my base so that I can easily jump from an interface view to an ordinary table view. Maybe being able to add an interface as a tab along with the tables? Or being able to put quick-links from the interface to some commonly used tables I might want to jump to?
I really love interfaces :heart_eyes:
Nov 10, 2021 02:18 PM
The top left button already includes a “Go to base” link. You could use the Text element create your own navigation menu to jump to specific tables in your base.
Nov 10, 2021 02:37 PM
I’ll look into using a Text element, thank you.
Nov 10, 2021 03:26 PM
You could use a button field on your table to achieve this too, set the url to your table url and when clicked on in the interface your table would appear. You could even add the record id afterwards to display the correct record.
"https://airtable.com/appid/tableid/viewid/" & RECORD_ID()
Copy and paste the url out of your browser bar to fill in your own ids in the formula above
Nov 11, 2021 03:24 AM
I’m thinking @Kamille_Parks you did mean this one:
detail:
I will post another point of vue about these links + this button
in another thread
and that’s why I definitely prefer this way:
in the case of it will really do what is expected in an Interface context.
But the debate is kind of open:
you are the Airtable expert and I am the student ! :slightly_smiling_face:
olπ
Nov 11, 2021 07:52 AM
I know a lot about Airtable, but my word isn’t law lol
I wouldn’t be surprised if Airtable adds a a Button or Nav Menu element that allows you to go back and forth between Interface Pages or to Tables. I agree it would be useful; the issue with using a Button field for this functionality is its adding extra fields to your base.