Hello Everyone. I have a workflow that is creating an Order Acknowledgment type of document. I have everything working except for this one aspect. The purpose of this workflow is to get rid of a different program that was creating these. Here's what is going on. I have a table in a Word Document that will contain line-item details. The first row is just simple data, but under this line, I want to display a pretty big chunk of information. This is what the original looked like.
You can see the line, UOM, QTY, List, Net, Ext, stuff on 1 line, then a detailed description below it. I can't get the description to show correctly when I put that data into my table because it tries to jam it into 1 cell. I can't have the details in a second row because the workflow activity for updating Word Document doesn't like the End Table on a second row. It's like I need the last column in my table to be a large cell under the original row, but I can't figure out how to accomplish it. Any advice will help. Thank you.