web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Large list and searching
Power Apps
Answered

Large list and searching

(0) ShareShare
ReportReport
Posted on by

Hello.

 

I have a large Sharepoint online list - approx 25K records.

I have a team that inputs data into this list using a customised form. This includes a lot of columns that contains sensitive data.

 

What I would like to do is create a form or something where all other users can search for records with it returning a trimmed down list with sensitive columns removed.

 

Whenever I try the form create but cannot retrieve anything from the list due to a restriction on the size of list.


Can anyone help and does that make sense !!!

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,707 Super User 2026 Season 1 on at

    Hi @LaticFanatic ,

     

    Can you please explain what you mean by "try the form create"? 

  • LaticFanatic Profile Picture
    on at

    Hello


    I basically want the end users to search on forename or surname to retrieve a particular record without seeing the full record returned

  • BCBuizer Profile Picture
    22,707 Super User 2026 Season 1 on at

    Hi @LaticFanatic ,

     

    I'm a bit confused because a form is usually used to display the details of a single record. 

     

    Galleries are ususally used to display an overview of records. The data that is displayed in there can be limited by using the ShowColumns function in the Items property of the gallery, for instance:

     

    Filter(
     ShowColumns(
     DataSourceName,
     "FirstName",
     "LastName"
     ),
     StartsWith(FirstName, SearchField.Text) || StartsWith(LastName, SearchField.Text)
    )

    The above example also includes a delegable filter to search for the first and last name.

  • Verified answer
    LaticFanatic Profile Picture
    on at

    Hello..


    Yeah I just want to display a single record.......  I probably not explained it well 🙂

     

    I have a list that has 25 columns and approx 25000 rows

    I want someone to open a form, search for a single record - i.e. on forename and then that record displayed in the form (albeit with only a few columns from the master list)

     

    If I use the filter option I get this (Even though I only want to return 1 record) - however it works fine in Preview mode !

     

    The requested operation is invalid. Server Response: Vetting failed: The attempted operation is prohibited because it exceeds the list view threshold. clientRequestId: 7d7e8687-db00-4003-9710-56125230479e serviceRequestId: 7d7e8687-db00-4003-9710-56125230479e

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 883

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 477

Last 30 days Overall leaderboard