Hello. I am new to UiPath and had a quick question about word files. I am looking to extract a value from a .docx file but the file is on Sharepoint, not the Word application. What activities do I need to extract information from a word file that is on my browser?
You can try using the Office365 package.
get the file from Sharepoint.
read doc and retrieve the value with the help of Regex.
Thanks
What activity do I need?