web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Splash screen not redi...
Power Apps
Unanswered

Splash screen not redirecting in published app

(0) ShareShare
ReportReport
Posted on by 18

Hi,

 

My app has 3 different user levels and I want to redirect them to the appropriate dashboard depending on their user role. We have created a splash screen with a 2 second timer that redirects based on a user role that is taken from a SharePoint list.

 

The user role  code is on the app onStart and is as follows:

Set(
userRole,
LookUp(
'PA - User Roles',
Email = User().Email
).Role
);

 

The timer onTimerEnd code on the splash screen is below:

If(
IsBlank(userRole),
Navigate(
CustomerHome,
ScreenTransition.None
),
If(userRole.Value = "Customer", Navigate(CustomerHome, ScreenTransition.None),
If(userRole.Value = "Admin", Navigate(AdminDashboard, ScreenTransition.None),
Navigate(
CustomerHome,
ScreenTransition.None
)
/*,
"Supplier",
Navigate(SupplierHome, ScreenTransition.None) */
)
))

 

Everything works correctly when in designer, but when we publish the app, it freezes on the splashscreen. We have tried moving the set user role code to the splashscreen onVisible but doesn't work either. We have also tried increasing the timer duration.

 

Any help would be greatly appreciated 

Categories:
  • PedroK Profile Picture
    69 on at

    Where are you running the App?
    Teams or browser?

    Some functions dont work ok on teams, the copy fx for example... Where is your app being used?

  • CM-04111028-0 Profile Picture
    18 on at

    I had been running it in the browser. Tested on Chrome, Firefox, Edge.

     

    We got it working by moving the splashscreen code to a button and changing the SharePoint list columns. Still don't really know why that fixed it though.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard