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:44:47
Side Scrollers Podcast
1 day agoKimmel RETURNS + Twitch University + More! | Side Scrollers
53.3K8 -
5:43
GritsGG
1 day agoBest Way To Get Specialist EVERY Game!
23.5K2 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
259 watching -
6:48
Buddy Brown
12 hours ago $11.21 earnedWatch What Happens When you Set up a "Charlie Tent" at HBCU! | Buddy Brown
151K65 -
3:02:05
FreshandFit
13 hours agoObese Black Girls Got Triggered Over THIS...
104K86 -
2:07:44
Inverted World Live
8 hours agoPentagon Says it Solved UFO Cases, Tyler Robinson "Roommate" Missing | Ep. 113
41K17 -
2:30:00
Badlands Media
14 hours agoDevolution Power Hour Ep. 392: Psyops, Paper Tigers, and the Path to Sovereignty
91.6K17 -
3:02:08
TimcastIRL
8 hours agoLeftist Terror Attack On ICE In Dallas, Jimmy Kimmel Doubles Down Insulting MAGA | Timcast IRL
349K141 -
1:17:35
Man in America
14 hours agoIs Starlink RIPPING Us Apart from the Inside Out? w/ Cory Hillis
52.8K18 -
55:40
TheSaltyCracker
8 hours agoIdiots Chug Tylenol PT2 ReeEEStream 9-24-25
117K226