Premium Only Content

Let Users Know How Many Records are in a Gallery's full recordset
PowerApps galleries load records in chunks of 100, so a user is left wondering, "Is that everything?"
When Delegation Limits also come into play, the problem can be even more difficult. If the gallery contains exactly 500, or 2,000 records, is that all there are, or is that a result of delegation?
I solved the dilemma with a PowerApps flow and a Stored Procedure in SQL Server.
Here's the SQL from the Stored Proc. The rest of the code is revealed in the video.
USE [NameOfYourDatabaseGoesHere]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE OR ALTER PROCEDURE [dbo].[RecordCount]
@SearchTerm varchar(10) = ''
AS
BEGIN
DECLARE @Recordcount int
SELECT @Recordcount = count(*) FROM dbo.Employees
WHERE LastName like '%' + @SearchTerm + '%'
OR FirstName like '%' + @SearchTerm + '%'
RETURN @Recordcount
END
GO
Links to downloads:
https://www.gpcdata.com/downloads/Employees2K7.zip
https://www.gpcdata.com/downloads/Employeesbacpac.zip
-
2:08:04
Tundra Tactical
5 hours ago $20.24 earned🎉 Pro-2A Party LIVE! | Gun Games, Freedom Vibes & Letting Loose 🔫🇺🇸
53.6K3 -
DVR
Rallied
5 hours ago $2.63 earnedWarzone Challenges All Night
26.8K2 -
2:45:52
DLDAfterDark
6 hours ago $10.12 earnedWhat Are We Missing From The Charlie Kirk Incident? Feat. TN Tactical - After Hours Armory Live!
33.1K7 -
16:23
True Crime | Unsolved Cases | Mysterious Stories
1 month ago $3.71 earnedThe Strange Disappearance of Mekayla Bali | (Mini-Documentary)
28.6K4 -
10:03
nospeedlimitgermany
12 days ago $6.71 earnedVW Golf 5 R32 | 250 PS | Top Speed Drive German Autobahn No Speed Limit POV
33.1K5 -
1:35
Memology 101
1 day ago $4.43 earnedChicago Mayor Johnson calls LAW ENFORCEMENT a "SICKNESS" he will "ERADICATE"
30.1K40 -
10:17
Advanced Level Diagnostics
13 days ago $5.33 earned2007 Chevy Express - Replaced Everything But The Code Remains!
36.3K -
1:01:11
The Mel K Show
7 hours agoMel K & Harley Schlanger | History Repeats: A Wake-Up Call for Humanity | 9-20-25
100K29 -
2:13:52
Mally_Mouse
15 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Lockdown Protocol (New Updates!)
95.7K6 -
12:57
Culture Apothecary with Alex Clark
1 day agoMy Last 6 Years With Charlie Kirk | In Memoriam with Alex Clark
42.8K10