Hi @Latoya_mbatha ,
Could you Check the Below example Workflow :
Word_Table_InsertRowValue.zip (12.4 KB)
If you get an Error in Invoke Code
Activity, install the Microsoft.Office.Interop.Word
package from the Manage packages.
It uses Interop.Word
for Adding value to the second row of the table.
The Invoke Code follows the logic that, if there is a “Final Report
” word in the First Cell of the Table, it will enter the Value in the Second cell.
Let us know if you are facing issues.