Power Automate can move a file when a column changes. It cannot tell you what the document is, which is the part you actually needed.
The short answer
SharePoint automation usually breaks on the same thing: a flow can act on metadata, but somebody has to put the metadata there first, and that somebody is every person who ever saves a document. A workflow watching a SharePoint document library reads the document instead. The Rename step names it from its contents and the Move step files it — both in place, in the library you already have, with its existing permissions. No flow, no content types, and no administrator required to define a schema first.
Steps this uses
Before and after
As they arrive
After the workflow
Three documents in a SharePoint library, filed by what they contain rather than by a column nobody filled in.
Setting it up
Point a workflow at a SharePoint document library. It is one of the cloud storage surfaces a workflow can watch, alongside Google Drive, OneDrive and Dropbox.
What the documents are, how they should be named, and where each kind belongs. In plain English, not as a column schema.
The Read Details from File step works from the document, which is why it succeeds on files nobody tagged.
Both happen inside the library. Nothing migrates out of SharePoint and existing permissions are untouched.
A flow is a good tool for acting on a change it can see — a column set, a file added, an approval returned. What it cannot do is look at a PDF and determine that it is an invoice from Northwind dated the second of August. That means every content-based flow depends on metadata a person supplied, and the metadata is exactly the thing people skip. The flow is not the weak link; the human data entry upstream of it is.
A workflow watching a document library renames and moves files inside SharePoint. Documents do not leave, links keep working, and the library keeps its permissions. This matters because the usual alternative — export to another system, organize there — splits your documents across two places and doubles the number of things to govern.
Where a library is governed and misfiling is expensive, the Ask a Person to Approve step pauses the workflow before anything is written, so a person confirms the destination. Everything up to that point still happens automatically.
FAQ
Yes. A workflow can watch a SharePoint document library directly, read each document, and use the Rename and Move steps to file it in place. No flow, no content types, and no administrator-defined schema.
Because a flow acts on metadata, and metadata has to be entered by a person. A flow cannot read a PDF and work out that it is an invoice. When people skip the columns, every content-based flow downstream has nothing to act on.
No. Renaming and moving happen in place inside the library, so links keep working and the existing permissions are unchanged.
Not to describe the filing — that is plain English rather than a content type or a column schema. Connecting the library itself follows whatever your organisation requires for connecting apps to SharePoint.
Documents renamed and moved in place, in the library you already have.
Try The Drive AI Free5 GB free · No credit card required