This is a common setup when working with dependent dropdowns in Power Apps using a SharePoint list.
What’s happening is the Sub-Category dropdown isn’t being filtered based on the selected Category, so it ends up showing nothing.
You need to connect the second dropdown to the first one using a Filter.
Assuming your SharePoint list has:
- A column for Category
- A column for Sub-Category
Set the Items property of your Sub-Category dropdown like this:
If your Category column is a Choice column, then use:
Also make sure the Sub-Category dropdown is displaying the correct field:
A couple of things to double-check:
- The Category values in SharePoint match exactly (no extra spaces or mismatched text)
- The Sub-Category column actually has data linked to the selected Category
- The DropdownCategory.Selected.Value is returning the expected value (you can test with a Label)
So basically, the second dropdown isn’t “empty” — it just needs the correct filter tied to the first dropdown.
Best regards,
Satyam Pandey
✅ If this helped solve your issue, please mark it as Accepted Solution so others can find it quickly.
❤️ If it was helpful, please click Yes on “Was this reply helpful?” or give it a Like.
🏷️ For follow-ups, feel free to tag @TechFreak
💼 LinkedIn
▶️ YouTube