Hey there! Currently, action buttons allow you to navigate the user to an external webpage (via URL), or to an internal app page. However, the internal app pages are limited to top-level pages, records within those pages, or new record layouts. I would love to be able to navigate the user to a specific tab within a record’s detail page. So, rather than landing the user on page = Clients, and record = Acme Corp, I would land the user on page = Clients, record = Acme Corp, and tab = Contracts (for example).
I attempted a workaround by copying my app’s url to the “Contracts” tab and setting the action button to navigate the user to an external webpage. I pasted that URL in, and dynamically replaced the recXYZ string (I’m using Airtable as my backend) with the current record’s UUID. The problem is that it takes way too long to load because it is opening a link. So I abandoned that solution.
I would love to flag this again, as it is becoming increasingly important to us. We have so many tabs on pages and it would make work much more efficient if we could send the user straight to a specific tab on a specific page.
I saw that you added TABS to the navigate function! Very awesome, thank you!
BUT, I still can not use it because all my pages are in folders and currently the navigation only works on top level URLs. Will you be addressing this?