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 Pages / Cascade Dropdown in Po...
Power Pages
Answered

Cascade Dropdown in PowerApps Portal

(0) ShareShare
ReportReport
Posted on by

Hi Team

Can you please help me in letting me know the possibility of having cascade dropdown concept in PowerApps Portal and Model Driven Apps.

I could not see anything related to this on this community.

Please do let me know if you need anymore information on this.

Categories:
I have the same question (0)
  • Verified answer
    v-monli-msft Profile Picture
    on at

    Hi @Anonymous ,

     

    You can use the cascade dropdown in canvas app and embed it in model driven form:

    https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embed-canvas-app-in-form

     

    Regards,

    Mona

  • Community Power Platform Member Profile Picture
    on at

    Hello

     

    Are there more options ? I do not wish to embed canvas app into my portal. 

     

    I need a cascaded drop down in one of my forms.

     

    Appreciate your help

     

    Thanks 

  • oliver.rodrigues Profile Picture
    9,368 Most Valuable Professional on at

    You need to apply custom JavaScript to your Web Page/Entity Form

     

    $(document).ready(function () {
     $('#<your field>').on("change", SetFieldVisibility );
    });
    
    SetFieldVisibility = function()
    {
     var selectedValue = $('#<your field>').val();
    
     if (!!selectedValue && selectedValue == "your value") {
     // show/hide other field
     var td = $("#<other field>").closest("td");
     td.hide(); // td.show();
     }
     else{
     // .......
     }
    }

     


    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Yuva_saran1219 Profile Picture
    12 on at

    Hi,

    Cascading Dropdown functionality is not supported within the Model-Driven app form. As an alternative solution, you could consider embedding a canvas app within your Model-driven app form. Then use the embedded canvas app to add data to your CDS Entity.

    Here are the steps needed in order to have to cascade dropdowns in a Model-driven app.

    https://emadgabriel.com/2021/03/12/powerapps-model-driven-app-cascading-dropdowns/ 

     

    If you want more information about this topic, please reach us out https://www.dynamicslabs.io/ 

     

    Regards,

    Yuvarani.

  • oliver.rodrigues Profile Picture
    9,368 Most Valuable Professional on at

    hi @Yuva_saran1219  this thread is not about model-driven app, is there anything we can help you that could be related to this thread?

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 93 Super User 2025 Season 2

#2
Jerald Felix Profile Picture

Jerald Felix 45

#3
Lucas001 Profile Picture

Lucas001 28 Super User 2025 Season 2

Last 30 days Overall leaderboard