web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 321 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 289 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 200 Super User 2026 Season 1

Last 30 days Overall leaderboard