👋 Hello everyone,
Iām working on a scenario where I want to filter a SharePoint list based on a Choice column (Status
) and display the filtered titles in a ComboBox for user selection. My current formula is:
Distinct(Filter(SharePointList, Status.Value = "Closed"), Title)
This shows the Title values for records with a "Closed"
status ā but only up to 500 items due to the delegation limit in Power Apps. Ideally, I want users to be able to search and select any matching Title, similar to the behavior in Office 365's user lookup, which queries against all results, not just the first 500.
🎯 What Iām trying to achieve:
Status = "Closed"
StartsWith(Self.SearchText, Status.Value)
or similar patterns
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2