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 / Smart Dropdown with Sh...
Power Apps
Answered

Smart Dropdown with Sharepoint - DD with update items

(0) ShareShare
ReportReport
Posted on by 183

Hello Community,

 

to raise my powerapps skills i created an app, where users can book cars. I created a Sharepoint list with colums like Brand, color and licence plate. In that list i also created some cars. In the app i have a screen with 3 dropdowns.

Now to my question: I want to have 3 smart dropdowns, for example if i choose Audi at brand then in color only the colors (not all-only unique once) of the audi cars should be able to choose. Therefore it have to look at the sharepoint list which car we have. If i choose Audi-black then only the licence plates of my black Audis should be able to choose.

 

I am trying it now for too long, so i hope someone can help me.

 

Thank you really much.

 

Best regards,

CanD

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@CanD,

    Based on the issue that you mentioned,do you want to create cascading dropdowns?

    Could you please tell me that:

    1. what is the column type of your columns, are they all Choice or Text?
    2. if the Color is Choice type ,does it allow multi select?
    3. do you use a Combo Box?

    Regards,

    Qi

  • CanD Profile Picture
    183 on at

    Hi @v-qiaqi-msft ,

    thanks a lot for the answer. The columns are all Text. I don't use combo box. At the moment i only have one list on sharepoint, where all my cars are in it. In the app, i created some collection for example colColor, colCar and so on. I take the informations out of the list with:  "  ClearCollect(ColColor;ColAllCars_SP.Color);;   ". It worked so far, but it shows me everytime all colors. For example. i have one red Audi. If i choose Audi in brand  it only should show me the color red in the dropdowns. If it doesn't work with Text, i could switch to Choice. 

     

    Thank you very much for the help.

     

    Best regards,

    cd

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@CanD,

    Do you want the three Dropdowns options to depend on each other?

    Since you have all the three Text columns, I think there is no need to create collections.

    Here is a workaround that you can follow.

    Add three Dropdowns named "BrandDD","ColorDD","LicensePlateDD".

    Set the Items property of the BrandDD as below:

    Distinct(Cars,Brand)

    Set the Items property of the ColorDD as below:

    Filter(Cars,Brand=BrandDD.Selected.Result).Color

    Set the Items property of the LicensePlateDD as below:

    Filter(Cars,Brand=BrandDD.Selected.Result && Color=ColorDD.Selected.Color).LicencePlate

    2020122301Gif.gif

    Best Regards,

    Qi

     

  • CanD Profile Picture
    183 on at

    Hi @v-qiaqi-msft 

    sorry for responsing so late. I did not have access to my accounts during christmas. I tested it and it worked more then perfect. Thank you soooo so much for your help 🙏

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 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard