How to navigate from one page to another dynamically by clicking menu in RG

Here is what i have done:

  1. created an option set of menu options shown in a sidebar menu
  2. used repeating group to display them
  3. each menu will take you to respected page
    now its being difficult to set a workflow to navigate. because it is RG.
    in short, in your mobile a app provide you a menu bar which have diff. menus e.g setting, profile, dashboard, etc. you click on one , it will take you to respected page.

is this possible with RG.???

Yes it’s possible. Have a watch of this, which should give you what you need (you don’t have to build it as an SPA) https://youtu.be/4aabccslG5Q

Yes, definitely possible and my go to way to build out the dashboard.

Screen Shot 2022-06-18 at 1.48.13 AM
Screen Shot 2022-06-18 at 1.48.20 AM



Screen Shot 2022-06-18 at 1.49.46 AM
Screen Shot 2022-06-18 at 1.50.09 AM

By the way the example above is for a dashboard which is not linking to other pages but just showing different views in the dashboard.

If you wanted to do other pages you can, just need to setup the workflows to go to the correct page. I have done this in my training site for the page navigation menu in the header. It is a dropdown which is a repeating group with option sets. That setup is a bit more complex as it also smartly displays which page the user is actually on.


This topic was automatically closed after 70 days. New replies are no longer allowed.