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 / Category, Subcategory ...
Power Apps
Unanswered

Category, Subcategory and Items Dropdown List

(0) ShareShare
ReportReport
Posted on by 24
Hi Experts
I have a sharepoint list named CategoryList, I have another sharepoint list named SubCategoryList (which looks at CategoryList as a source), I also have another sharepoint list named SubcategoryItemsList (which looks at SubCategoryList as a source). This allows me to filter my dropdowns based on the Category selected, then by the Subcategory selected and then again by the Item selected. E.g. Category selected is Hardware, Subcategory then only shows the subcategories that have been set in the sharepoint list for the category of Hardware and then the Items only shows the items that have been set in the sharepoint list for the subcategory.

Dropdown_Category
Items Property is:
 
Sort(
   ForAll(Distinct(
      CategoryList,
      Title
   ), {Result: ThisRecord.Value}),
   Result
)
 
What should the items property of Dropdown_SubCategory and Dropdown_Items be? I did have the below in Dropdown_SubCategory but then the Dropdown_Items didn't show the correct results:
Sort(
   Filter(
      SubCategoryList,
      Category.Value = Dropdown_Category.Selected.Result
   ),
   Title
)
 
Thanks in advance
Dave
Categories:
I have the same question (0)

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 308

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard