Hello! I am making a project where the majority of my “pages” are all on one page and are groups. So I have a group for the main dashboard, then a user selects a button (say announcements) and the Dashboard is hidden an Announcements displays.
My problem lies in getting the user to the previous group with a back button. I could do the very tedious route of hiding each group just in case and showing the one I want, but that quickly will become a massive confusing workflow.
I’m not really sure what the best approach to this is - thank you for any help.