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
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
196 watching -
5:52:00
Akademiks
8 hours agoWAR IN ATLANTA Episode 5. YOUNG THUG FIRST INTERVIEW about SNITCHING, GUNNA... BREAKS DOWN CRYING!
147K7 -
7:30:25
SpartakusLIVE
12 hours agoVerdansk Duos w/ Nicky || Saturday Spartoons - Variety Later?!
51.7K1 -
1:38:47
Badlands Media
1 day agoDevolution Power Hour Ep. 387: Trump, Epstein, Durham Mysteries, and North Korea Ops
84.3K21 -
1:05:23
Man in America
15 hours agoSoaring Gold Exposes the Imminent Crash of the Old System w/ John Perez
43.3K7 -
2:42:40
TruthStream with Joe and Scott
16 hours agoTHOMAS AND GROK: AI, Bible decodes, The JESUS Cube live 9/6 #487
29.9K6 -
2:34:46
BlackDiamondGunsandGear
10 hours agoGet Prepped / After Hours Armory / LIVE SHOW /
20.2K1 -
2:01:39
Tundra Tactical
9 hours ago $8.30 earned🛑LIVE NOW!! This spits in the face of the Second Amendment.🛑
31.2K8 -
2:34:46
DLDAfterDark
7 hours ago $2.51 earnedIt's SHTF! Do You Have What You Need?? Let's Review Items & Priorities
22.1K5 -
28:58
Stephen Gardner
8 hours ago🚨Explosive allegations: Rosie O’Donnell connects Trump to Epstein scandal!?
38.8K69