Hi! I have some custom states that simply hide and show things depending on whats clicked. Everytime for example dashboard is clicked, at the end of the workflow I use the “Go to Page” function and send params for example ‘menu = dashboard’ to the URL and vis versa for the Chats button. I see that the URL changes but when I refresh the page, it just goes back to the default view of chats instead of staying on the dashboard once I’ve clicked dashboard. I know its probably a simple fix but any ideas?
If the url parameters are remaining in the URL but the view is not the same, the conditions you use on the elements likely is not referring to the URL parameter value.
You were right! I got it fixed by simply adding conditions, the issue was that I had to just make sure a certain element stays hidden if the URL contains certain Params, Thanks for the help!