Hi,
How to find a specific word inside a word document ?
Trying to use Control F and use type into but type into keying inside the doc not inside the search(ctfl+f) text box.
Hi,
How to find a specific word inside a word document ?
Trying to use Control F and use type into but type into keying inside the doc not inside the search(ctfl+f) text box.
Fine
We can use READ TEXT activity from UiPath.word.activities from manage packages
—install it and use that activity and get the output in the form of string variable
—with that we can find use Split or regex method
For more info on this
https://www.google.com/amp/s/www.uipath.com/kb-articles/word-automation%3Fhs_amp%3Dtrue
We got similar thread before hope this would help you for sure
cheers @Robotics
I am opening an existing word file and need to goto a table which contains a word as ‘Account Number’ and need to keep the cursor below that and need to type the account number which is present inside a DT. Does the above solution helps for this ?