I am working on a Word automation project where I need to open a Word document that contains a table with N rows and 4 columns. Each row in the first column contains a unique tag that I can search for using the Replace Text in Document activity under the Word Application Scope. I can also change the specific value of the tag with the required data (based on a variable).
What I want to achieve is that, if a match is found during the search, I want to replace not only the first column entry in that specific row, but also all the columns of that specific row. The rest of the columns do not have any unique tags. Any suggestions?