Insert data in word

good to all the programmers

I am going to start a task in word and I do not have specific knowledge on this topic, since I usually work with excel

What I want is to insert data in certain fields in word, are there activities to do this task, or do I have to replicate the document in uipath and write it all over again with the data that I have extracted


The yellow fields is what I want to complete

Enlighten me please

Thank you very much

Hi,
you could write place holders for the data like #name# or #price#, and then replace them with the text you want in the “Replace Text” activity in the UiPath.Word.Activities package.
Package

I hope that helps :slight_smile:

1 Like

then in the word I enter this symbol ## and the activities of uipath will detect it true

Thank you very much, I’ll try it

Here is the example workflow :slight_smile:
EditWord.zip (31.7 KB)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.