Switching to a tabbed view of a tabbed container

Im trying to use a button in one app to open a specific view in a tabbed container in another app. The support community response is from 2023 and appears out of date. Please can you help me? the new documentation doesn't seem clear either

Hey @Nick_Newman,

Would something like passing a hash param with the key of the tabbed container view you want to open work for your use case? Set the default view of the tabbed container to look at the hash value if it exists or be whatever regular default view you need if it doesn't.

1 Like

Hi @Nick_Newman,

Where you able to test out @Mitchel_Smith's suggestion? I believe that should work, we can give you more details on how to set the tabbed container's default view to be a variable which we can then set this variable to be the value from the hash param once passed in from the origin app.

1 Like