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 / Combobox IsSearchable ...
Power Apps
Answered

Combobox IsSearchable switches to false automatically

(0) ShareShare
ReportReport
Posted on by 62

Hello, 

 

I'm having an issue that the property "IsSearchable" don't hold the "true" value, it's changing back to false, for information:

I already tried to restart the program, so I think that's not a bug, it's not a delegation problem, the collection database only have 10 values, but, those values are only numbers, when i change them manually into a text "like: ["1";"2";"3"] it works.

 

So I think that's a Integer issue, there's any way to workaround this? the original datasource it's a static excel table, may be if I convert when collecting? but I don't know how.

 

For further explanations:

At button that collect those data from excel:

Collect(colEscopoPolos;EscopoStaticDB.POLOS_COLUMN)

 And at combobox "items" property: 

Merida_0-1685556680326.png

 

Thank you!

Categories:
I have the same question (0)
  • Verified answer
    timl Profile Picture
    37,229 Super User 2026 Season 1 on at

    @Merida 

    The search feature in the Combobox control works against text fields only.

    The IsSearchable property is therefore switching itself back to false because the source data contains only a single column of numbers.

    If you add an additional column that includes the text representation of the number, that should resolve the problem.

    Collect(colEscopoPolos;
     AddColumns(EscopoStaticDB.POLOS_COLUMN;
     "POLOS_COLUMN_DISPLAY";
     Text(POLOS_COLUMN)
     )
    )

     

  • Merida Profile Picture
    62 on at

    @timl 

     

    Yes, this solved the problem 🙂
    The only thing that resulted in a few blank lines, just added:

     

    RemoveIf(colEscopoPolos;IsBlank(POLOS_COLUMN))

     

    And it's done, thanks for your reply.

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 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard