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
-
2:54:29
TimcastIRL
4 hours agoDemocrats Declare STATE OF EMERGENCY Over ICE Raids, DHS ATTACKED, CIVIL WAR | Timcast IRL
209K114 -
2:37:25
TheSaltyCracker
4 hours agoAlex Jones Gets Screwed ReeEEStream 10-15-25
70.8K189 -
58:25
Man in America
9 hours agoPaper Silver IMPLODES: Experts Predict HUNDREDS PER OUNCE is Coming
19.9K14 -
LIVE
Drew Hernandez
11 hours agoSENIOR ISRAELI OFFICIALS CLAIM GAZA WAR NOT OVER & ILLEGAL ALIENS COORDINATE ANOTHER ATTACK ON ICE?
811 watching -
LIVE
SpartakusLIVE
4 hours agoLIVE from VACATION || #1 Greek God of a Streamer
427 watching -
LIVE
Alex Zedra
3 hours agoLIVE! New Devour Map
391 watching -
2:20:45
Geeks + Gamers
4 hours agoGeeks+Gamers Play- FALL GUYS
19.5K -
1:09:36
Glenn Greenwald
1 day agoTrump Escalates War Efforts Towards Venezuela; New Book Details Secret Horrors of Factory Farms | SYSTEM UPDATE #531
142K69 -
LIVE
VapinGamers
3 hours ago $0.03 earnedJump Space - Nothing But Space, Fighting, and Screaming - !rumbot !music
248 watching -
1:28:28
Badlands Media
16 hours agoAltered State: Season 4, Episode 1
35.5K7