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 / cascading dropdown lists
Power Apps
Answered

cascading dropdown lists

(0) ShareShare
ReportReport
Posted on by 648

Hi Iam using 3 tables to make my dropdown lists working  ( Color , Size and Type ) 

The first steps works i Find my color 1.JPG 

 

 

 

 

 

 

 

 

 

 

 

I 2:nd Dropdown i can choose my type depending of color choise in dropdown 1

 

 

 

 

 

 

2.JPG 

 

 

 

 

 

 

 

 

 

 

 

i 3:d i am trying to make choise of Size getting problem 

 

 

 

3.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

And my code is 

Filter((tblSizeChoise ;Color =ddColor.Selected.Value).Type && Type = ddType.Selected.Value).Size

 

In my tblSizeChoise i have all the filelds Color , Type and Size , but in my code i fid one value but right based on choise . 

 

 

 

 

Categories:
  • hpkeong Profile Picture
    2,944 on at

    HI

     

    I can't really read your picture but guess that your sequence is

    - Dropdown 1 = Colour..Correct to use Distinct as it is a table for you to distinct

    - Dropdown 2 = Type...Correcr to use Filter as it is a table for your to filter

    - Dropdown 3 = Size...Incorrect to use because you need a RECORD. 

     

    So, for Dropdown 3 please change to LABEL and use LookUp - this is to find a SINGLE RECORD.

     

    Hope this helps.

     

    NB: Dropdown is bind to TABLE, not a single record.

  • Verified answer
    v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @dalacarelia_196,

     

    Please take a try to modify the third dropdown with the code below:

    Filter(tblSizeChoise ;
     Color =ddColor.Selected.Value; 
     Type = ddType.Selected.Value).Size

    This should make it work,

    Regards,

    Michael

  • dalacarelia_196 Profile Picture
    648 on at

    Problem solved , you are my hero this moring THNX . 

     

     

  • AC1 Profile Picture
    2 on at

     

    @v-micsh-msft

    HI, I'm able to setup the cascading dropdowns following you instructions. However, after I save and try to edit the record, the dropdown fields don't show what was saved. How can I correctly display the saved data?

     

    Thanks

    AC

  • OrangeJuiceCup Profile Picture
    24 on at

    Check that you've chosen the desired column in the Default property for your data cards.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I am also facing the same issue ..i am not able to see the saved data from the cascading drop down column ...

    after saving the form .it is showing the default drop down selection...

    please can any one help here....

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard