Announcements
Hello everyone,I have a list in Share Point called Share Point 1Whose has columns of countries and fruitsI 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:
Thanks 🙂
@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 !
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?
Can you show me a screen capture, to figure it out what you want to accomplish ?
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
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 405 Super User 2026 Season 2
Mohsin Ali 368
WarrenBelz 244 Most Valuable Professional