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
Dr Disrespect
3 hours ago🔴LIVE - DR DISRESPECT - ARC RAIDERS - THE VENATOR SLAYER
1,664 watching -
1:06:01
MattMorseTV
2 hours ago $8.45 earned🔴Schumer’s FAILURE sparks Democrat MUTINY.🔴
9.3K16 -
18:56
Neil McCoy-Ward
6 hours ago🔥 The UK Has A *HUGE* Problem! (And It's About To Get Worse...) 🚨
5389 -
LIVE
Silver Dragons
1 hour agoSilver Price EXPLODES HIGHER - Is $50 Silver the New Floor?
78 watching -
1:18:28
HotZone
4 days agoJihadi Terror Rising: Have We Learned Anything Since 9/11?
973 -
LIVE
Sean Unpaved
2 hours agoFernando Mendoza Leads Indiana To Comeback WIN vs. Penn State! | UNPAVED
160 watching -
1:40:57
Lara Logan
3 hours agoINJECTING TRUTH INTO THE VACCINE DEBATE with Del Bigtree | Ep 43 | Going Rogue with Lara Logan
6.79K4 -
LIVE
Side Scrollers Podcast
2 hours agoCraig PISSES Off The Internet + India/YouTuber CONTROVERSY + More | Side Scrollers
661 watching -
1:12:08
Steven Crowder
5 hours agoDeport All Illegals | Change My Mind
295K648 -
3:21:46
Viss
4 hours ago🔴LIVE - First Day on Arc Raiders - I Got Married!
12.5K1