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 Apps
Answered

Search Box

(0) ShareShare
ReportReport
Posted on by

My gallery is only showing the logged in user data, ok. But how do I search for information in this gallery with the search function?

 

jcnascime1_0-1651109700521.png

 

Categories:
I have the same question (0)
  • Verified answer
    EddieE Profile Picture
    4,641 Moderator on at

    @jcnascime1 

    You could try this

     

    Search(
     Filter(
     Gestao_Funcionarios,
     Email = Label2.Text
     ),
     TextInput1.Text,
     "yourColumnName"
    )

     

     

    Change 'TextInput1' to the name of your text input control and "yourColumnName" to the field/column you wish to Search on.

     

    NOTE: Search() is NOT (<--edit) delegable to most data sources meaning you'll only be able to use this formula on data sources up to 2000 records in size

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @jcnascime1 

    If you get into a delegation issue with Search, you can use:

    Filter(
    Gestao_Funcionarios,
    Email = Label2.Text &&

    StartsWith("yourcolumnname",
    TextInput1.Text))


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 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard