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 / Compare collections to...
Power Apps
Answered

Compare collections to find duplicates

(0) ShareShare
ReportReport
Posted on by 6

Hi I hope someone can help. I have 3 collections in a gallery. Each collection has a name field and date field. How do I compare the three collections to see if there are duplicate values?

If there are duplicates I want to let the user know that there are dupes.

Collection A - name = Bob

                         Date = 6/15/2022

 

Collection B - name = Amy

                         Date = 7/8/2022

 

Collection C - name = Bob

                         Date = 6/15/2022

Categories:
I have the same question (0)
  • theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    you can refer the solution given by @v-jefferni  here:

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Display-Duplicate-Items-in-Gallery/td-p/697547

  • Verified answer
    WarrenBelz Profile Picture
    156,425 Most Valuable Professional on at

    Hi @Rg129 ,

    You have three comparisons there - A-B, B-C and A-C - example of the first one

    With(
     {
     wDup: 
     ForAll(
     CollectionA As aDup,
     Filter(
     CollectionB,
     name = aDup.name && Date = aDup.Date
     )
     )
     },
     If(
     CountRows(wDup) > 0,
     Notify("Duplicated")
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • Rg129 Profile Picture
    6 on at

    Thank you so much! You made it simple. 

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard