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 spinner for ga...
Power Apps
Unanswered

Loading spinner for gallery on same screen

(0) ShareShare
ReportReport
Posted on by 6

Hi all,

 

I have an App that cross references a competitors compressor to one that we have. There are a few combo boxes that need to be selected to filter the data shown in the picture below. Once these combo boxes are selected I would like a loading spinner to appear while the results are loading. Currently only the dots up the top appear. I have read https://www.matthewdevaney.com/power-apps-loading-spinners-saving-spinners-and-progress-bars/ article and tried this method to no avail.

 

Code for the gallery:

 

If(
!IsBlank(HermRefrig_1.Selected.Value) &&
!IsBlank(Herm_Temp_1.Selected.Value) &&
!IsBlank(Displacement_Value_3.Text) &&
!IsBlank(HermPower_1.Selected.Value),


Sort(


Filter(


'Actrol hermetic compressors_1',
HermRefrig_1.Selected.Value in ThisRecord.Refrigerant|| IsBlank(HermRefrig_1.Selected.Value),
Herm_Temp_1.Selected.Value in ThisRecord.Temp || IsBlank(Herm_Temp_1.Selected.Value),
HermPower_1.Selected.Value in ThisRecord.Phase || IsBlank(HermPower_1.Selected.Value),
ThisRecord.Displacement >= Value(Displacement_Value_3.Text)- (Value(Displacement_Value_3.Text) * 0.02 * Value(DispLimit.Text) ),
ThisRecord.Displacement <= Value(Displacement_Value_3.Text) + (Value(Displacement_Value_3.Text) * 0.02 * Value(DispLimit.Text) ),
Herm_Brand_1.Selected.Value in ThisRecord.Brand || IsBlank(Herm_Brand_1.Selected.Value)
),


Abs(ThisRecord.Displacement - Value(Displacement_Value_3.Text)),

SortOrder.Ascending
)
)

 

Any help would be much appreciated. 

 

1234790_0-1704252329164.png

 

Categories:
I have the same question (0)

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
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard