A cascading dropdown (or cascading dropdown list) is a user interface element that consists of a series of dependent dropdown menus. The options available in one dropdown are dynamically filtered based on the selection made in another dropdown. This interactivity helps users make more relevant selections and reduces errors by guiding them through a logical sequence of choices.

Scenario. Cascading Dropdowns for Country, State, and City

Objective

To create a Power Apps form that allows users to select a country, state, and city in a cascading manner, ensuring that only relevant options are displayed based on previous selections.

Step 1. Set Up SharePoint Lists

Country List

State List

City List

Step 2. Create a New Power App

  1. Open Power Apps and create a new app (Canvas app).
  2. Add Three Dropdown Controls.
    • Rename them to DropdownCountry, DropdownState, and DropdownCity.
  3. Add the data sources ( Sharepoint and all three lists)
    Data

Step 3. Configure Dropdowns

Country Dropdown

State Dropdown

City Dropdown

Step 4. Save and Run the app

Conclusion

This setup effectively creates a cascading dropdown system in Power Apps using SharePoint lists. By following the outlined steps, users will be able to navigate through the dropdowns intuitively, ensuring that only relevant options are displayed based on their selections.

If you need further assistance or adjustments, feel free to ask!