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 / Combox with Sequence o...
Power Apps
Answered

Combox with Sequence on Item Property won't search

(0) ShareShare
ReportReport
Posted on by 179

Hello, 

 

I'm not sure if this is a limitation? But I'm trying to use a ComboBox to select a number from 1 to 100,  using:

Sequence(100) 

on the the Items property of the ComboBox . I want the user to be able to start typing a number and have the dropdown jump to that number (autofill / predictive).

 

However, the Allow Searching property will not change to true, even with Allow Multiple Selections... Is this a known issue using number sequences in a ComboBox ? Is there another way to make this autofill / predictive search functionality work on a numbered ComboBox dropdown list? 

 

Thanks in advance! 

Categories:
  • Verified answer
    timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @LeeB_CDN 

    The reason for this behaviour is because the ComboBox can search only text values. Sequence returns numeric values.

    If you set the Items property of your ComboBox to the following, you can enable Search on the TextValue field.

    ForAll(Sequence(100),
     {NumValue:Value, TextValue:Text(Value)}
    ) 

     You can then retrieve the selected numeric value through the NumValue field (eg, ComboBox1.Selected.NumValue)

  • LeeB_CDN Profile Picture
    179 on at

    That did the trick! Thanks for that!! 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard