Is there a way to create different navigation menus that are responsive to the role of the logged-in user?

There are several types of users that will be using my site and I’d like each type to be able to view only the menu items appropriate for their role. During log in I save a session value for ‘usertype’ which I’m hoping could be used as a filter to display the menu for their role and not have access to those that aren’t. I had written php code but the navigation structure I had on my old php webpage does not seem to work in Wappler.

@ccorley, this might help you out.