
Announcements
Hi, what kind of flow could I use to search inside documents (pdf, docx) located on sharepoint, to extract any URLs they might have inside? is that feasible?
Thank you!
Hi!
I have a topic in here for importing a regex match/replace custom connection. Get the code here
You can tinker with RegEx to parse strings to get matching URLs. (In my topic post I discuss how you can achieve multiple matches).
Then use the "Get File Content" action to get the content of the file. I have not done anything like this personally but let me know if it helps!