I have a Menu with various buttons. For one of my buttons, in the 'OnSelect' method, a Flow runs that executes a stored procedure on SQL Server that populates a ListBox on the subsequent screen. I want to have the Loading Spinner visible for the entire time the '.Run()' method is executing insteading of the Loading Spinner just appearing at the end.
Currently, my button just resembles a disabled button for the execution of the stored procedure:
Is there a way to have the load spinner appear when something is being executed?
Thanks
Solved! Go to Solution.
HI @ajennings1
OnSelect: Set(LoadingSpinnerVisibilty,true);PowerAppsFlow.Run();Set(LoadingSpinnerVisibilty,false)Here, all the actions that need to be carried out should be between the Set(LoadingSpinnerVisibilty,true) and Set(LoadingSpinnerVisibilty,false).
HI @ajennings1
OnSelect: Set(LoadingSpinnerVisibilty,true);PowerAppsFlow.Run();Set(LoadingSpinnerVisibilty,false)Here, all the actions that need to be carried out should be between the Set(LoadingSpinnerVisibilty,true) and Set(LoadingSpinnerVisibilty,false).
I don't see a rectangle icon?
Hi @stapes
You can add a rectangle from:
Top Menu: Insert -> Icons -> Scroll down and choose rectangle.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @yashag2255 ,
is this still a working solution? I tried, but the image I set to visible before all other actions follow does not show up.
Thanks
Lukas
Did you bring an image to the front?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |