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 / Search Funtion finding...
Power Apps
Answered

Search Funtion finding no Matches in table column

(0) ShareShare
ReportReport
Posted on by 5

Ive been working on app to help making quotes easier at the company where I work. I have this table that I want to search an specific id from the second column called "id_proceso" 

Tob447_0-1686062219403.png

I have this dropdown menu in powerapps where I want to display an specific field from all the records that match the search string in the the search function. As you can see the "id_proceso" with value "66506" yields no result , but it does excist in the table which is shown above.

Tob447_1-1686062391871.png

When I put an empty search string in the search function , it does return to me every record as shwon in the image below.

Tob447_2-1686062495522.png

 

why cant the search function find the matching records in the table when using a valid search string that excist in the table and in the column I am searching in.

Categories:
I have the same question (0)
  • Verified answer
    turnerj3 Profile Picture
    2,039 on at

    Try using Filter(costos_variables, id_proceso=66506)

  • Verified answer
    timl Profile Picture
    37,271 Super User 2026 Season 1 on at

    Hi @Tob447 

    The reason for this is because the Search function works only against text fields and in your case, id_proceso is a number field.

    One way to work around this is to add a column that contains the text representation of convert id_proceso like so:

    Search(AddColumns(costos_variables;"id_proceso_text";Text(id_proceso));
     "66506";
     "id_proceso_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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard