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:08:19
Inverted World Live
5 hours agoInvasion of the Lectern Guy | Ep. 124
32.7K4 -
2:54:29
TimcastIRL
4 hours agoDemocrats Declare STATE OF EMERGENCY Over ICE Raids, DHS ATTACKED, CIVIL WAR | Timcast IRL
221K121 -
2:37:25
TheSaltyCracker
5 hours agoAlex Jones Gets Screwed ReeEEStream 10-15-25
84.6K198 -
58:25
Man in America
9 hours agoPaper Silver IMPLODES: Experts Predict HUNDREDS PER OUNCE is Coming
28.4K16 -
LIVE
Drew Hernandez
12 hours agoSENIOR ISRAELI OFFICIALS CLAIM GAZA WAR NOT OVER & ILLEGAL ALIENS COORDINATE ANOTHER ATTACK ON ICE?
837 watching -
LIVE
SpartakusLIVE
4 hours agoLIVE from VACATION || #1 Greek God of a Streamer
405 watching -
LIVE
Alex Zedra
3 hours agoLIVE! New Devour Map
416 watching -
2:20:45
Geeks + Gamers
5 hours agoGeeks+Gamers Play- FALL GUYS
26.1K -
1:09:36
Glenn Greenwald
1 day agoTrump Escalates War Efforts Towards Venezuela; New Book Details Secret Horrors of Factory Farms | SYSTEM UPDATE #531
147K70 -
3:29:42
VapinGamers
4 hours ago $1.19 earnedJump Space - Nothing But Space, Fighting, and Screaming - !rumbot !music
18.4K