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
-
1:26:00
Glenn Greenwald
8 hours agoNick Fuentes On Censorship, Charlie Kirk's Assassination, Trump's Foreign Policy, Israel/Gaza, the Future of the GOP, and More | SYSTEM UPDATE #523
68.9K224 -
LIVE
StevieTLIVE
3 hours ago#1 Kar98 Warzone POV Monday MOTIVATION
61 watching -
LIVE
a12cat34dog
3 hours agoTHE *NEW* SILENT HILL :: SILENT HILL f :: IS IT GOOD!? {18+}
105 watching -
1:00:21
Akademiks
1 hour agonba youngboy live show.
6.13K -
LIVE
The Quartering
1 hour agoThey Just Stopped Another Attack, Trump Defeats Youtube, Hasan PIker Meltdown & More
2,032 watching -
LIVE
megimu32
1 hour agoOn The Subject: Football Movies of the 90s & 2000s
200 watching -
LIVE
Technically Mexican
1 hour agoI Play Hollow Knight: SILKSONG! #18
5 watching -
LIVE
SlingerGames
52 minutes agoMega Monday | Skate and More
70 watching -
8:54:37
Dr Disrespect
10 hours ago🔴LIVE - DR DISRESPECT - BABY STEPS - TO THE TIPPITY TOP
177K16 -
LIVE
Drew Hernandez
7 hours agoTRUMP'S NEW GAZA PEACE PLAN & NETANYAHU LAUNCHES NEW SOCIAL MEDIA OP
744 watching