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
-
5:43
GritsGG
10 hours agoBest Way To Get Specialist EVERY Game!
2.63K1 -
1:44:47
Side Scrollers Podcast
17 hours agoKimmel RETURNS + Twitch University + More! | Side Scrollers
32.2K2 -
13:19
The Pascal Show
16 hours agoCOMEBACK DERAILED! Jimmy Kimmel's Return To Late Night Hit After ABC Affiliates REFUSE To Air Show
1.82K3 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
196 watching -
2:17:05
FreshandFit
4 hours agoFrom SMALLVILLE to AB'SVILLE w/ Sam Jones III
118K7 -
3:05:45
Price of Reason
11 hours agoTrump's UN Takedown! BACKLASH Over Disney's Jimmy Kimmel Return! Tulsa King Season 3 Premiere Review
124K16 -
3:03:12
Badlands Media
13 hours agoDEFCON ZERQ Ep. 010: Government Overreach and the Battle for Freedom
169K56 -
9:46
Levi
1 day agoWhy XRP's Bull Run Will Be 10x Bigger Than The Last One - Raoul Pal
7.92K2 -
20:13
Paul Barron Network
26 days ago $0.85 earnedXRP Vault Yields Coming in September!?🔥Flare CEO INTERVIEW
9.09K1 -
3:00:12
TimcastIRL
8 hours agoJimmy Kimmel Show IN CHAOS Before Return, Affiliates REFUSE, Staff Says THEYLL QUIT
360K107