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 / Glitch: Combo Box Sear...
Power Apps
Unanswered

Glitch: Combo Box Search Continues to Filter List Even After Form Reset

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a Combo Box in an Edit Form and recently noticed odd behavior that I believe is a glitch. When I search for items in the list and choose a result, the Combo Box search remains even after resetting the form and setting the mode to New.

The source for the form is a SharePoint list, and the Combo Box is referencing a SharePoint Lookup column.

I have attached a GIF that shows the strange behavior along with samples of the code used for the buttons.
ComboBoxIssue.gif

Anyone have a suggestion?

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Could you please share a bit more about your issue?

    Do you mean that the ComboBox Search Result still remains there even though you reset your Edit form?

     

    Based on the issue that you mentioned, I have made a test, and the issue is confirmed on my side. I think this issue may be a temporary issue within ComboBox control itself.

     

    As an fixed solution, you could consider save the Course LookUp field available options into a collection, and then set the Items property of the Course field ComboBox to this collection.

     

    I have made a test on my side, please take a try with the following workaround:

    Set the OnStart property of the App to following:

    ClearCollect(
     CourseOptions, 
     Choices([@'Your SP List'].Course) // Course represents the LookUp field in your SP List
    )

     

    Go to your Edit form, then unlock the Course field data card, set the Items property of the Course ComboBox to following:

    CourseOptions

    then re-load your canvas app (fire the OnStart property of App), then check if the issue is fixed.

     

    I would also post this issue back to my product team, if this issue is fixed, I would reply here. Please consider use above alternative solution as temporary solution.

     

    Best regards,

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard