Announcements
Hi all,
I am trying to build some data checking tools into an app. I want to be able to find records that are missing data. Within one datasouce (they are all SharePoint lists) I can make a collection and filter it to display records where a column is missing data.
I am stuggling to replicate this across multiple lists - so asking to show all records from datasource 1 which do not have a matching record in datasource 2. Is anyone able to point my in the right direction for this?
Thanks,
Sam
Hi @SamGibbs ,
Do you want to replicate data across multiple lists and filter out the not matching record in datasource1?
If so, you need a unique field, which could be used to justify whether there's matching record.
I assume as Title field is the special field.
Then you could use formula like this to filter:
Filter(datasource1,Not(Title in datasource2.Title))
You will get records that do not have matching Title value of data source2 in data source1.
Best regards,
Hi
Thanks for the pointer - that didn't quite work as I needed some extra guidance, but I found this https://powerusers.microsoft.com/t5/Building-Power-Apps/Filter-a-collection-to-exclude-items/m-p/251106 which resolved it (it also got rid of the delegation issues).
@v-yutliu-msft in my synario , i am using Combobox instead of dropdown.Can you assist me on this?Thanks
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1