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 / Power Apps SharePoint ...
Power Apps
Suggested Answer

Power Apps SharePoint Lookup Column Not Auto Filling Report ID

(1) ShareShare
ReportReport
Posted on by 2
I am building a Field Service Report app using Power Apps Canvas App with SharePoint lists.

Lists I created:
• Field Service Report
• Parts List
• Technician Entries

I have attached screenshot .
 
Search([@'Field Service Reports'], SearchInput1.Text, Title, Title)


But it shows errors.

Any guidance would be appreciated.
error1.png
Categories:
I have the same question (0)
  • PowerDeveloperTP Profile Picture
    453 on at
    Hello,
     
    This is not really error, but its shows delegation warning that search will not work on large database. By default it is set to 500 and you can increase the limit to 2000 in settings of power app.  You can find more details in below url
     
    Hope this helps.
     
    Thank you.
    Like my answer? - Hit that Thumbs Up. Resolved the Issue? - Hit Accept as Solution.
    This helps others find solutions to future issues!
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    Please try below :
     
    Filter([@'Field Service Reports'], StartsWith(Title, SearchInput1.Text))
  • Suggested answer
    ITWithAllan Profile Picture
    160 Moderator on at
    That's not an error, it's a warning. You'll be able to publish it and use it but microsoft is warning you that some error may occur in the future. (Probably because sharepoint has delegation issues (in larges lists you won't be able to load all your data, so it's recommended for you to always filter it or use dataverse if possible))
  • Suggested answer
    Ytalo Silva Profile Picture
    193 Moderator on at

    Hello @CU15031730-0

    As mentioned by @PowerDeveloperTP, this is not an “error,” but just a delegation warning.

    Based on your formula, I assume you want to filter a gallery using a text input. One approach I recommend, which does not trigger a delegation warning, is to use Filter, like this:

    Filter(
        'Field Service Reports',
        Or(IsBlank(SearchInput1.Text), Title = SearchInput1.Text)
    )
    I hope this helps!

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard