Navigating to a "Category Detail Page"

Hi @vishsahu
My app is split into clusters, portals, categories, subcategories, then products/ services all set up dynamically, automatically pulling data from the database. So i am trying to set up a user flow that allows users to view each level when they e.g. click the “View Details” or “View All” buttons/Links they should be taken to the relevant page and display the correct detail. in this case, what is the best set-up? Page navigation carrying an ID using a Link button. or should I use an “event” and do you have a video that may give me an idea of how to do this. Am looking for the best and simplest option that may require less effort as I have a lot of these features needing setting up. Hope my question is clear. see screenshot of what i am talking about…

Better to use the link in this case or create a separate page for each category.

1 Like

Ok. thanks @vishsahu