Hi:
I'm using the Microsoft Power Automate web version for Windows 11 OS. Here is my need: I have a list of document names and extensions in an Excel table located in One Drive. Both the file names and the extensions are in the same table column, they are not in separate columns. The document names in this Excel table list correspond to MS Word documents (.docx) that may exist, may not exist, or may be checked out or locked for editing in a Sharepoint library. This Sharepoint library has thousands of documents and I need to free up some space. I need a Power Automate workflow that reads each document name from the Excel table list and then looks for the document in the Sharepoint library. If the document is found in the Sharepoint library, then the document needs to be deleted. If the document is not found or if the document is checked out or locked for editing, the document should be skipped for the next one in the Excel table list. Finally, create a list of all document names that were skipped because the documents were checked out or locked for editing.
Thanks