
Announcements
Hello all,
I am not sure if anyone has got any idea or experience on this one:
I have an automatic cloud flow that saves any pdf document attached to an email when there is a specified sender and receiver, to a SP online site.
How would it be possible to save each pdf file to different folder, depending on what's inside the document?
for example i
I have managed also to build a bot to extract information from documents, but I am not sure how I can use it to specify destination folder
thank you in advance,
Take a look at this video - it shows how to search file content by using the SharePoint HTTP connector.
https://www.youtube.com/watch?v=xuR-yaMkFDg
I would imagine it's a two step process. First put all your documents into one doc library. Then use the HTTP SharePoint connector to search that document library for your text. Based on your results, you can either move or copy the document over to the appropriate library using standard SharePoint actions in Power Automate.
Be sure to account for cases where your search criteria occurs returns the same document for different search terms. Ex: a document that contains both "invoice" and "shopping list".
There might be other premium connectors that let you do this in a single action. ChatGPT or a Copilot type action come to mind. But SharePoint should be able to handle searching within documents on it's own.