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 two SP lists a...
Power Apps
Unanswered

Compare two SP lists and only show names that haven't submitted records for today

(0) ShareShare
ReportReport
Posted on by 88

Hi!

 

I have a challenge. 

 

So.... two Sharepoint lists which have the same denominator.

 

SP1 is a SharePoint that captures the report detail from the user

SP2 is a master name list of all the people I expect a report from. 

 

SP1 (Name)SP2 (Name)
HarryHarry

Tom

Tom

 

I then have a PowerApp which I would like to have a gallery that only displays the names that have not submitted for today's date. 

 

For example, Harry submitted a record for today but Tom didn't, All I would see on the gallery is Tom's name..hopefully, that makes sense. 

 

Question is, how the pineapples do I do it? I have tried creating a collection that only captures all the records submitted today but when I try to compare my master name list against the collection I lose the will the live!!

 

Any help would be amazing!

 

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

    @Enriquitio 

    ClearCollect(colC, Filter(colA, !(ID in colB).ID))

     

     

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Enriquitio 

    ClearCollect(colC, Filter(colA, !(ID in colB).ID))

     

     

  • Enriquitio Profile Picture
    88 on at

    Not sure about this, I dont have three collections? Please explain thanks

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Enriquitio 

    If you create two collections colA and colB from your tables, then This will give you a new collection of names not included in both collections. 

    ClearCollect(colC, Filter( ColA, !(ID in ColB).ID ))

  • Enriquitio Profile Picture
    88 on at

    Ok so i have my two collection running. 

     

    ClearCollect(colSites,'Site List') //This is my master site table. 

    ClearCollect(colReported,Filter('DataTable',DateDiff(Created,Today())=0))//This is my collection for capturing all records submitted today. 

     

    The third collection is the compare - ClearCollect(colC, Filter( colSites, !(ID in colReported).ID )) I get how this works but I want to use a column that has a customer contract in it. For example, Audi equals Audi and doesn't want to use ID plus that diferent work becuase the ID are not aligned. 

     

    Thanks,

    Harry

     

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard