I am trying to build out a dynamic dashboard that contains cards that act as buttons. Right now I have this "dynamic dashboard" built out for each user and redirecting them based on the URL that is linked to that card.
What I want is a a single dashboard that is shared among all my licensed users, built out with a ddx that will redirect a user based on the user ID to access their respective dashboards that is already built out for them.
It is a pain to build out the same "dynamic dashboard" and linking a url to each card to take them to their respective dashboard I have already created for them. Rather have a code written up that redirects based on user ID.
I hope this makes sense :)