Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Prefiltered lookup drop down box

(0) ShareShare
ReportReport
Posted on by 6

Hey there,

 

I got stuck at a point where I have to preload one lookup drop down box as per its previous respective another lookup drop down box.

As per my situation, I'm using normal entity common data service structure, where I need to have Product name filtered as per its specific Brand name.

I've two lookup drop downs in my EditForm name 1. Brand

                                                                                2. Product

I first have to choose Brand and than as per its selection I want my Product lookup drop down to be flooded with only those products , which belongs to that entered specific brand.

 

Please suggest me some verified solution .

 

Thanks.

 

Categories:
  • v-micsh-msft Profile Picture
    on at
    Re: Prefiltered lookup drop down box

    Hi @ShwetaBuddhadev,

     

    Do you need any further help on this issue?

     

    Regards,

    Michael

  • Verified answer
    v-micsh-msft Profile Picture
    on at
    Re: Prefiltered lookup drop down box

    Hi @ShwetaBuddhadev,

     

    Assuming the Product has it own entity named as Product,

    And the Lookup Field within the Current entity is named as ProductA, then the formula under the Combo Box of the Product items property should be:

    Filter(Choices(Current.ProductA), value in filter(Product, BrandField=BrandControl.Selected.Value).Product)

    If the formula above is hard to understand, then please provide some more details about the entity relationship, I will then modify the formula to match the name.

     

    Regards,

    Michael

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 19

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 15 Super User 2025 Season 1

Overall leaderboard

Featured topics