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
-
LIVE
LFA TV
11 hours agoLIVE & BREAKING NEWS! | MONDAY 11/10/25
3,932 watching -
24:21
It’s the Final Round
8 hours ago $4.59 earnedNBA Best Bets & Player Props | Full Analysis & Predictions, FREE Today (Monday 11/10) Nov 10th
5.95K1 -
DVR
BEK TV
3 days agoTrent Loos in the Morning - 11/10/2025
7.64K2 -
20:28
Nikko Ortiz
20 hours agoShooting Extremely Expensive Guns
159K12 -
8:32
MattMorseTV
17 hours ago $23.99 earnedSchumer just TORCHED $90,000,000,000.
29.2K60 -
51:25
The Connect: With Johnny Mitchell
1 day ago $62.70 earnedInside The REAL Narco State: The Colombian Drug Cartels DOMINATING The Global Cocaine Trade
114K38 -
12:09
GritsGG
18 hours agoTook Down a Cheater on Rebirth To Achieve Victory!
21.3K -
14:12
BlabberingCollector
21 hours agoHBO Show Update, Audible Full Cast Ensemble Updates, Wizarding World Quick Hits!
35.3K1 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
295 watching -
31:30
The Why Files
7 days agoCodex Gigas | The Devil's Bible and the Nazi Hole to Hell
191K84