Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Dropdown option not rendering on a filter search

(0) ShareShare
ReportReport
Posted on by 16

I have a table where I am creating severity and status filters, the status for example always comes with open. However, when filtering the table, a bug sometimes occurs, where the severity and status data do not appear. The filter is working correctly, but there seems to be a problem rendering. Would anyone know why this happens?

 

This is the table without a bug and no filtering.

 

without bug.png

After apply some filter:

bug.png

 

  • danisegd Profile Picture
    16 on at
    Re: Dropdown option not rendering on a filter search

    Unfortunately I'm still having this problem. If anyone has an idea please help me

  • Ami K Profile Picture
    15,665 Super User 2024 Season 1 on at
    Re: Dropdown option not rendering on a filter search

    @danisegd - I don't think the issue of not being able to access the output of controls inside a Container is true anymore (with SharePoint and Dataverse at least). Regardless, I cannot see how that would be related to the problem.

     

    Your set up looks fine to me. I have added @WarrenBelz who might notice something here.

  • danisegd Profile Picture
    16 on at
    Re: Dropdown option not rendering on a filter search

    1. Sharepoint
    2. Status: single-select choice; Severity: single-select choice; the other ones are single line text and only view mode
    3. Items: SortByColumns(Filter(listatest; (Status.Value=StatusBox.Selected.Value || StatusBox.Selected.Value=Blank())&&

    (SeverityBox.Selected.Value=Blank() ||Severity.Value=SeverityBox.Selected.Value) );"ID";SortOrder.Descending)items gallery properties.png

    4. Severity: Items:

    Choices([@listatest].Severity)
    Status: Items: Choices([@listatest].Status)
    5. Severity: DefaultSelectedItems: 
    ThisItem.Severity
    Status: DefaultSelectedItems: 
    ThisItem.Status

    I was wondering if this may be happening cause my date is inside a container on the gallery. Im aware that data doesnt work correctly nested in a container in a gallery, I'm going to that this out later, so maybe could be this?
  • Ami K Profile Picture
    15,665 Super User 2024 Season 1 on at
    Re: Dropdown option not rendering on a filter search

    @danisegd -

     

    1. What is your data source (SharePoint, Dataverse, SQL etc)
    2. What are the data types for the Status and Location fields (Single Line Text, single-select Choice etc)
    3. Please share the code you're using in the Items property of the Gallery (paste as text and as a screenshot please).
    4. Please share the code you're using in the Items for those Dropdown/ComboBox controls embedded into the Gallery
    5. Please share the code you're using in the Default (Dropdown) or DefaultSelectedItems property (ComboBox).

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1