How Do I Setup The Dashboard Section To Load

So i have completed my sidebar and i have sorted out all of the sections. But what i cant do is ensure that when a user goes on the page that the dashboard page always loads up (the first section of the sidebar). Because currently its an empty page.

How do i make sure that the section always loads when someone logs into the app. Yes i can direct them to app.something.com/v=dashboard but if you type in app.something .com it will show the empty section without any content. they have to go to click dashboard or something else which isnt good.

Been trying to figure this out for a while so any help would be appreciated

In your dashboard reusable element or section, you need to add a condition to make it visible if the URL parameter’s value is empty aside from your existing condition of if url parameter’s value is dashboard. You can either add a new condition or use the or evaluator

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