
Announcements
Is there any painless way in SharePoint to locate missing Required fields in document records?
I have a document library with over 40K entries, and I'd like to get a listing of those with missing data.
My only recourse is to use Power Automate, read through the entire library, and use the empty function.
You should be able to run an ODATA query against the SharePoint API with the appropriate filters for this - maybe give that a try.