So I have a WF that runs a query in Laserfiche and creates a .csv report. That is working fine. The output is great! From there, I query for the .csv file and merge it with the Update Word Document.
Here's my issue, when merging, it truncates ASLReportColumn5. As you can see below, my PDF output on the left truncates the data from the .csv input source. I have a lot of data going into other columns and do not have any issue. Don't know why it's happening.
This report actually has just under 100 rows but I'm providing the one row that's giving me a problem. BTW, I did a manual merge usng the .csv file with the merge file (removed the merge for reference info on the bottom of page 1) and it worked beautifully. So the issue is the "Update Word Document" in Laserfiche Workflow.
The attached file is actually a zip file (rename .doc to .zip after saving). Once unzipped, there are three files:
Approved Suppliers List for PDF.csv - Input File
Approved Suppliers List (ASL).dotx - Merge File for "Update Word Document"
Approved Suppliers List (PDF) Printed on 2022-02-25.pdf - My Output
Any help here would be greatly appreciated.