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 / Loading Screen not wor...
Power Apps
Answered

Loading Screen not working

(0) ShareShare
ReportReport
Posted on by 53

I've created a loading screen for my app as when the user changes the quantity of an item, it can take a few seconds so I didn't want them clicking buttons while the app was updating. 

 

I set a variable 

 

varShowSpinner

 

and set the Visible on the components of the loading screen to this variable.

 

Then on the button that the user clicks to remove the item I have set it as follows

 

Set(varShowSpinner, true);

With({_item: varRecord},

 UpdateIf(Table1,
 Name = PartName.Text,
 {Qty: Value(CurrentStock.Text) - Value(OrderQuantityText.Text)
 });

 If(Value(CurrentStock.Text) - Value(OrderQuantityText.Text) <= 0, Remove([@Table1], _item);

 Navigate(SuccessRemoved,ScreenTransition.Fade);
 
 Reset(OrderQuantityText);

 Set(varShowSpinner, false);
 
));

 

But when I click the button, it seems to just always keep the loading screen on. It also never navigates to the "SuccessRemoved" screen or resets the text box. 

 

This had worked for me a few days ago and did what I expected but for some reason, it wont work today. Is it something to do with the indentation of the last three lines ?? 

Categories:
  • Ramole Profile Picture
    Super User 2024 Season 1 on at

    Hi @KarlAddi 

     

    Please fellow this post as will explain in to details also different options 

    Loading Spinners, Saving Spinners and Progress Bars 

  • KarlAddi Profile Picture
    53 on at

    Hi @Ramole

     

    Thanks for the reply, Unfortuanlly the link you have provided doesn't work

  • Verified answer
    Ramole Profile Picture
    Super User 2024 Season 1 on at

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard