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 / Custom Loading Spinner
Power Apps
Unanswered

Custom Loading Spinner

(0) ShareShare
ReportReport
Posted on by 42

Hello,

 

I am using a loading spinner I found on loading.io. I am using a refresh button and my code on it is this...

 

UpdateContext({varLoading:true});Refresh('[dbo].[CPCHeader]');UpdateContext({varLoading:false})

 

My issue is that the update property will make the spinner disappear before the actual refresh goes through. Aside from setting a manual delay of a few seconds on the context variable, is there any way to time that variable closer to the actual refresh speed in order to accurately represent the load?

 

Thanks,

Pat

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I've had to use a timer before when refreshing a Gallery. Are you displaying the dbo.data in a Gallery? 

  • Pseifert Profile Picture
    42 on at

    Yes, this data is being loading via on-premise SQL server so the load can take a bit, but not always. What I am seeing is that sometimes the spinner goes away before the data is actually refreshed on screen. i.e. a user can click forward prior to all data being fully updated

  • wyotim Profile Picture
    2,545 on at

    You might check to see what the LoadingSpinner property is set to as there are three choices:

    • LoadingSpinner.Controls
    • LoadingSpinner.Data
    • LoadingSpinner.None

    "None" is, of course, to not show the spinner. If you have "LoadingSpinner.Data", you may try "LoadingSpinner.Controls". I switched to it as I was having some of the same issues. My intrepretation was that, while the data was loaded, there were still things like calculations happening which delayed data from appearing. For me, after changing to "Controls" it seemed to not hide the spinner until all items were ready for use. Maybe give that a go?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Nice! I've never tried LoadingSpinner. before. Always wondered what that was for/how it worked.

    Can't find any docs on the feature!

  • wyotim Profile Picture
    2,545 on at

    I couldn't find any docs either. Hopefully they'll show up soon!

     

    One interesting thing: it uses the background image/color from the page you using it on. This allows for showing the user a full screen picture with the spinner if you have an image there, which can provide a nice transition when items load in. 

  • Pseifert Profile Picture
    42 on at

    The delay of the spinner displaying has caused me to go another route with a custom spinner. But I will experiment more

  • wyotim Profile Picture
    2,545 on at

    So...I just realized that I misread the original post @Pseifert . My apologies for the rabbit trail! Smiley Embarassed If you are looking for a screen-to-screen spinner, my comments on the LoadingSpinner are more relevant. 

     

    However, my comments about calculations and the like are relevant to the use of context variables as triggers. PowerApps can tell if the data is loaded, which will initiate the context variables, but calculations and such are outside of that scope so the expected behaviors don't always happen (i.e. things may appear sooner than expected). You may look at the what is happening throughout your app and see if there are other items you could use as a trigger condition?

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 833

#2
Valantis Profile Picture

Valantis 563

#3
Haque Profile Picture

Haque 383

Last 30 days Overall leaderboard