Hi there.
I’m currently have a project with 2 pages, and a side menu.
I’ve created custom states at the side menu level, depending on the variable which says which item is actually active.
Each menu item has a workflow with 2 actions:
- Change the variable value to keep which page is active
- Navigate to the page according to the item clicked.
It works, but I’ve a strange behavior: each time I click on a menu item (and it’s the same on the logout button at the bottom, even if I just changed the text and icon), a new tab is open which leads me to the home project page.
Any guidance where the problem stands?