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 / DropDown List Based on...
Power Apps
Unanswered

DropDown List Based on 2 Share Point List

(0) ShareShare
ReportReport
Posted on by 57

Hello everyone,
I have a list in Share Point called Share Point 1
Whose has columns of countries and fruits
I have already created an app that has a drop down list of country and fruit name and need to enter quantity (Unit)
When I click Finish - it moves the data to a list called Share Point2 (By using patch function)
The thing is that if I entered a number of fruits from a certain country - I would like to know how the list in the app will show only the fruits that I did not enter to that country,
According to the picture, if I choose Italy in the drop-down list, only the banana and watermelon will be displayed:

Power Apps.png

 

Thanks 🙂

 

 

 

 

 

 

 

 

 

 

 

Categories:
  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    @Omer_K ,

    Use this in items property of fruits dropdown:

     

    With(
     {alreadySelectedFruits:
     Filter(List2,Country=CountryDropDown.Selected.Value),
     existingFruits:
     Filter(List1,Country=ContryDropDown.Selected.Value)
    },
    Filter(existingFruits,!(Fruit in alreadySelectedFruits.Fruit).Fruit
    )

     

    Hope it helps !

  • Omer_K Profile Picture
    57 on at

    Hey Gabi 🙂

    Thank you so much 🙂

    if I would like to see all the fruits  that not selected in the gallery in the Check Box list - how do I adjust the formula?

  • CU-18081211-6 Profile Picture
    9,272 Moderator on at

    Can you show me a screen capture, to figure it out what you want to accomplish ?

  • Omer_K Profile Picture
    57 on at

    Hey Gabi 🙂

    First of all - thanks for the help 🙂
    According to the picture I attached,
    If I chose the app in Italy - in the gallery (I called it FruitGallery) I will have a Check Box of the fruits that are not in Share Point List 2 and then I can select them as required

    PpowerApps.png

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard