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 / Multi-Select Drop down...
Power Apps
Unanswered

Multi-Select Drop down based off of another selection

(0) ShareShare
ReportReport
Posted on by 557

I have a multi-choice drop down created with a list of possible training topics that a team member may need.

 

I have a Visible function when the line of business equals Save a Trip, Home Delivery , or Pharmacy Care Center   AND Team member requires additional training equals

 

(DataCardValue32.Selected.Value ="Yes" && "Save a Trip" in DataCardValue20.SelectedItems.Value) || (DataCardValue32.Selected.Value ="Yes" && "Home Delivery" in DataCardValue20.SelectedItems.Value) || (DataCardValue32.Selected.Value ="Yes" && "Pharmacy Care Center" in DataCardValue20.SelectedItems.Value)

 

I have a list of training topics but they don’t all apply to each of the different lines of businesses (Save a Trip, Home Delivery, and Pharmacy Care Center) and in some cases it applies to two different line of business.  How could I alter the drop down to hold above true and then only show the respective Title of the training topic based on the line of business selected.  coaching_training2.pngcoaching_training.png

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi,

    Try this formula

    If(DataCardValue32.Selected.Value = "Save a Trip", LookUp(TrainingTopics, Title = DataCardValue20.Selected.Value && LineOfBusiness = "Save a Trip").Title, If(DataCardValue32.Selected.Value = "Home Delivery", LookUp(TrainingTopics, Title = DataCardValue20.Selected.Value && LineOfBusiness = "Home Delivery").Title, If(DataCardValue32.Selected.Value = "Pharmacy Care Center", LookUp(TrainingTopics, Title = DataCardValue20.Selected.Value && LineOfBusiness = "Pharmacy Care Center").Title, "" ) ) )

    Thanks!

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

  • joel914823 Profile Picture
    557 on at

    Thanks @Rajkumar_404 and to confirm I would put this within OnVisible or within Items?

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard