Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Suggested answer

Create a search in Power Apps canvas across multiple columns using large datasets

(0) ShareShare
ReportReport
Posted on by

I am trying to create a search in Power Apps Canvas.  I need it to search 3 columns with the SharePoint list I have connected to Power Apps.  I created a gallery rather than a data table  in power apps canvas to house the search with a Text Input box.  I tried 2 formulas:

 

 

Filter(

    'Pre-Clinical Support Request Tool',

    TextInput6.Text = "" ||

    Search(ProjectName, TextInput6.Text) ||

    Search(ProjectDescription, TextInput6.Text) ||

    Search(Text(RequestID), TextInput6.Text)

)

 

or

Filter(

    'Pre-Clinical Support Request Tool',

    IsBlank(TextInput6.Text) | |

    StartsWith(Project Name,TextInput6.Text) ||

    StartsWith(Project Desciption,TextInput6.Text) ||

    StartsWith(Text(RequestID),TextInput6.Text)

)

The double pipe || has a squiggly line under it in the expressions with unexpected characters error. Is it a spacing issue?  Is the formulas not valid?

Categories:
  • Ram Prakash Profile Picture
    5,289 Super User 2025 Season 1 on at
    Create a search in Power Apps canvas across multiple columns using large datasets
    Hi,
     
    I can see IsBlank(TextInput6.Text) | | there is a space between or condition. can you please remove it and try the same.
     
     
    Please mark as answer if my suggestion helps.
    Subscribe here for More Useful videos : https://www.youtube.com/@rampprakash3991

     
  • Suggested answer
    BCBuizer Profile Picture
    22,262 Super User 2025 Season 1 on at
    Create a search in Power Apps canvas across multiple columns using large datasets
     
    Try removing the space between the first two pipes.
     
    With that removed, all should work.
     
     
    If this reply helped you in any way, please give it a Like 💜 and in case it resolved your issue, please mark it as the Verified Answer ✅.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics