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 / Blank value is display...
Power Apps
Unanswered

Blank value is displayed when filtering a choice type column in DropDown control in PowerApps EditForm

(0) ShareShare
ReportReport
Posted on by 68

Hi All, 

 

I have 1 main list(ListA) and 1 sub list(SubListA) in SharePoint. In PowerApps, I have created an EditForm for the ListA. In this EditForm, I have a custom data card which contains a DropDown control. In this, I have to display the items from the choice type column "SubCategory" of the SubListA. The following is the code in the Items property of this dropdown control.

 

 

Filter(SubListA, System.Value = systemComboBox.Selected.Value && Category.Value = categoryDropDown.Selected.Value).SubCategory

 

 

The above code properly filters the SubListA but the items are displayed blank. I can note that the Filter provides a table in which the SubCategory column contains records instead of direct value. 

 

sgokul95_0-1637151722029.png

 

When running the app and opening the dropdown items:

 

sgokul95_1-1637151768721.png

 

Can you please let me know what I am missing here because the filtering is done correctly but I am not able to get its value to be displayed.

 

Update:

I need to populate only certain items of that SubCategory column based on the selected value of another element. Hence I have used a Filter function to include a condition for it. 

Due to this case, I can't use Choices(SubListA.SubCategory) as it will populate all the choice items.

Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @sgokul95 ,

    Try to use Choices() function.

    Choices(SubListA.SubCategory)

    Hope it helps !

     

  • sgokul95 Profile Picture
    68 on at

    Hi @gabibalaban ,

     

    Thanks for your quick response. 

     

    I need to populate only certain items of that SubCategory column based on the selected value of another element. Hence I have used a Filter function to include a condition for it. 

     

    Due to this case, I can't use Choices(SubListA.SubCategory) as it will populate all the choice items.

  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @sgokul95 ,

    The result choice() function actually is a table so you can filter it, but honestly I don’t get it how you link the subcategories you need to the “another” control selected options.

    you can use something like:

    Filter(Choices(SubListA.SubCategory), Value in ExpectedList)

     

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

#2
11manish Profile Picture

11manish 242

#3
Valantis Profile Picture

Valantis 198

Last 30 days Overall leaderboard