I am building a PowerApp that allows the user to mofify Metadata for documents in a SharePoint Library. The document could be left open by a previous user and SharePoint will not let you change the MetData if the document is open.
I am looking for a way to flag (in PowerApps) that the document is currently open/locked (and preferbly by which user).
Note - I know I could create a PowerAutomate to check if the document is open. However I would prefer to read the open/locked status directly from SharePoint in PowerApps.
Anyone have any ideas?