# Different dashboard depending on experience users

**URL:** https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218
**Category:** Help
**Tags:** experience
**Created:** [September 26, 2019, 1:16pm UTC](https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218 "2019-09-26T13:16:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Lars\_Andersson](https://avatars.discourse-cdn.com/v4/letter/l/f05b48/32.png) [@Lars\_Andersson](https://forums.losant.com/u/Lars_Andersson)
#### Post date: [September 26, 2019, 1:16pm UTC](https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218/1 "2019-09-26T13:16:17Z")

</div>

I’m trying to modify the /login experience workflow to redirect to a certain dashboard depending on which group an experience user belongs too, but not having any luck.  
Do you have a good example to show how that can be done?

---

<div class="post-metadata">

### Author: ![JuliaKempf](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/juliakempf/32/2446_2.png) [@JuliaKempf](https://forums.losant.com/u/JuliaKempf)
#### Post date: [September 26, 2019, 2:12pm UTC](https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218/2 "2019-09-26T14:12:14Z")

</div>

Hi @Lars_Andersson,

I believe there are a couple examples in our example [Kanarra application](https://github.com/Losant/example-application-kanarra-technologies). Specifically the choose-group workflow and the functionality that accompanies it.

Thanks!  
Julia

---

<div class="post-metadata">

### Author: ![Lars\_Andersson](https://avatars.discourse-cdn.com/v4/letter/l/f05b48/32.png) [@Lars\_Andersson](https://forums.losant.com/u/Lars_Andersson)
#### Post date: [September 26, 2019, 2:42pm UTC](https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218/3 "2019-09-26T14:42:35Z")

</div>

I uswed to be able to get to that application within my Losant account, but I don’t see it anymore.  
Do I need to import the whole thing?

---

<div class="post-metadata">

### Author: ![Lars\_Andersson](https://avatars.discourse-cdn.com/v4/letter/l/f05b48/32.png) [@Lars\_Andersson](https://forums.losant.com/u/Lars_Andersson)
#### Post date: [September 26, 2019, 9:16pm UTC](https://forums.losant.com/t/different-dashboard-depending-on-experience-users/2218/5 "2019-09-26T21:16:16Z")

</div>

I looked at the choose-group workflows, but that is not really what I’m looking for.

In my application I’m just using the automatically generated experience workflows for loggin in and getting to the home page.  
Depending on the user, or group the user belongs to I want to redirect to a different page than the standard home page. I have tried with a condition node but not having any luck.  
What happens if an log in flow redirects to a / endpoint and there is a experience workflow also triggered by that same endpoint. I would image there is some priority happening.
