I have a workflow that creates 30+ multi-page pdfs via a basic table tool and a render tool. At the end of the workflow, an email is sent to end users to notify them the pdfs are waiting on a shared network folder.
When I run this workflow on my desktop, everything works as expected.
When I schedule this workflow on Alteryx Server, after the workflow is run, I get the following error. "The current page layout causes some data to be incorrectly truncated. To resolve this issue, modify the layout." Since there is an error, Alteryx won't send out an email. All of the pdfs seem to be correct without any obvious layout error.
How does someone go about troubleshooting this error message so that the email notifications get sent out?
How can I figure out which column is throwing off the layout format? The basic table is setup with fixed percentages, so it should always fit on the page.