How do i get uipath to send text to the last table in word doc template using


Uploading: help 2.png…

please note i cant change template, and im not allowed to use bookmarks

1 Like

Hey @Latoya_mbatha

You want to write something in the final report table is that correct ?

Thanks
#nK

yes the last one. because currently it doesn’t write and if i remove text it write in all the e tables

1 Like

Hey @Latoya_mbatha

What do you want to write in that table is that a small text chunk ?

Thanks
#nK

Hey @Latoya_mbatha

Perfect !

Add a placeholder into the word document

{{Text}}

Use replace text word activity to replace the above placeholder with the valid text

Hope this helps

Thanks
#nK

do i have to add the replace text in all 50+ documents that need to be automated

1 Like

because trying to create an automation system that will automate multiple documents

1 Like

No @Latoya_mbatha

You have one template with which you automate 50docs or you have 50 templates itself?

50+ with no templates. they will will be coming from different people. so wont be able to use a template.

in not sure if what I’m trying to do is possible.

1 Like

It should be possible.

Hey @Latoya_mbatha

The for-each which you mentioned above has three tables with same names & you want to utilise only the 3rd table is that correct ?

Thanks
#nK

yes . that’s exactly what i need to do

1 Like

Hey @Latoya_mbatha

Kindly try the below,

finalReportTables.Last().Cell(2,1).Range.Text = in_TextToInsert;

Hope this helps.

Thanks
#nK

1 Like

thankyou so much

1 Like

Cool @Latoya_mbatha :innocent::+1:

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