Append Text inside Word Table

Hello Community!

I was wondering if there was a way I can append text inside a table in a word document.

The table would look like this:
image

And the output I need should look like this:
image

I tried using the balareva word activities to get table info to manipulate it but it only has “Set Table Value” so If I use it, it completely removes the first value to add the new text.

My problem is, the data of the columns are dynamic and there is no way for me to know what would be the generated text inside the columns.

Is there any way that this is possible? Any input would be greatly appreciated.
Thanks in advance!

Did you check the selectors in Explorer to see if the table cells have rows and columns values? If yes then maybe you could parameterize those values to identify each cell.

Thanks