It determines the current page brand based on the slug, for example: app.com/brand/110.
Here, “110” is the slug defined in the brand database for that specific brand in our database.
Users can reach this URL either by manually entering the slug or from the repeating group on the archive page where we pass the slug of the brand that a user clicks.
Now, I have a navigation menu on this page created using an option set: Group 1, Group 2, Group 3, Group 4, and Group 5.
Then, I have a separate content group for each group on this page.
I want to ensure that when someone clicks on the Group 1 navigation, it is passed in the URL slug (not parameter) like: app.com/brand/1110/group-1, and then only the Group 1 content is visible.
Additionally, whenever no navigation menu is clicked, it should automatically show the Group 1 content.
Can somebody please guide me on how can I achieve this? Consider me a Bubble Beginner.
Thank you for your prompt response. I’ve successfully implemented the visibility control for the group based on your recommendation. However, I’m encountering an issue with passing the currently selected navigation menu properly in the URL.
Currently, I have it set up so that whenever someone clicks on a repeating group navigation menu, it directs them to the “brand” page and sends the current cell’s “brand-nav” display.
However, I want it to add the menu display name after the brand’s unique slug so that the app can retain both pieces of data for complete functionality.
Could you please assist me in resolving this issue?
While everything is working as expected, I don’t know why for some reason the data I am sending is coming in red color. Is this indicating some issue in my workflow?