Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

dropdown depends on another dropdown

(0) ShareShare
ReportReport
Posted on by

i have 2 columns in SharePoint.

1st column contain Food type choices as  : Veg  ;Non-Veg

2nd column contains Items choices as : salad,Paneer, chicken ,Fish, Curd,mutton

when user select Food type from 1st drop down as Veg - then only Veg items Salad,Paneer,Curd should display.

any idea how to do this without creating 2 List in sharepoint and using Lookup function in column.

  • venky232 Profile Picture
    on at
    Re: dropdown depends on another dropdown

    If( Dropdown1.Selected.Value= "Veg",["Salad","Curd"])||If( Dropdown1.Selected.Value= "nonveg",["Fish","chicken"])

  • venky232 Profile Picture
    on at
    Re: dropdown depends on another dropdown

    not showing 2nd non veg items ,if i select choice as nonveg

  • StretchFredrik Profile Picture
    2,640 Super User 2025 Season 1 on at
    Re: dropdown depends on another dropdown

    You could do a simple if statement in the 2nd dropdowns Items property

     

    For example:

     

     

     

    If( Dropdown1.Value = "Veg", ["Fish","Meat"],["Salad","Curd"])

     

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,695 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard