Update to dynamic dashboards?

Pardon if no change,
But is there an ‘updated’ way to dynamically show a dashboard widget based on device per the logged-in Experience user’s tags?
https://forums.losant.com/t/display-a-list-of-devices-based-on-experience-user-group/946

Ex, this doesn’t seem to render any device -
image

Hi @emcdee ,

There isn’t a way to dynamically show a dashboard block based on Experience user tags.

You could create a separate dashboard for each Experience user / group, store the relevant dashboard ID’s as Experience user / group tags, and then use an endpoint with an Experience workflow to route the logged in user to the relevant dashboard. Would that work for your use-case?

I think so, we’ll give a whirl anyway. Thank you.

Hey Team, any changes here?

No, sorry, still no feature to allow for showing or hiding dashboard blocks based on a variable.

No worries, zooming out how about the general dashboard (not widget) by user / context var?
Seems like the screenshot above would work… but it doesn’t.

You’re asking if there is a way to not show a dashboard at all given the value of a variable? That can be accomplished a number of ways … by catching the value in the workflow handling the request, by conditionally rendering the {{element 'dashboard'}} helper in a page, and so on.

1 Like