We will learn step by step tutorial for “Word Automation in uipath”. UiPath Studio provides the feature to work with a word using specialized activities. These activities are stored in the Uipath Word activities package.
The Word package can be downloaded from “Manage packages” when you need to work you have to install it, it’s not come by default.
You can do lots of activities in ms word in UiPath. After installing the word activities you will see below activities as below.
Below is the Simple word automation example.
Step 1: In this sample, we want to open two documents. One document is for reading data, and the other one is for writing data. The second document will be opened with the Word application so we can see the changes in real-time.
We read the first document (1) without using the Word application. For the second document (2) we use Word Application Scope which works with the installed Word application. In this example, we use Replace Text (3) and Append Text (4).
Conclusion
I hope you liked this article about Word Automation in uipath. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome.