Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Power Apps Delegation Error with Search field

Hi,

I have a Canvas App that links to a SharePoint list.   I have a search box that searches in a text field.  Both of the methods below work but I do get a delegation warning.  What am I doing wrong?

 

Filter(
    Requests,
    StartsWith(
        FormData,
        txtSearch.Text
    )
)

 

Filter(
    Requests,
    txtSearch.Text in FormData
)

 

0 REPLIES 0

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors