Output pdf shows table outline only, no data when output to sharepoint

Hi,

The workflow is relatively simple. A text file is dropped into a watchfolder and the csv filename is picked up off of this. This csv goes through a datamapper, print content and creates a job. some variables are then set with metadata and it then creates an output before being renamed and output to sharepoint.

When I debug through, I can view pdf at the rename element, at which point the pdf is correct in the preview window.

It outputs to sharepoint and I get a correctly named pdf, but the only content is our logo and the tables, but none of the data information, nor any information that has been typed in.

Any ideas where I have gone wrong?

9 out of 10 times if you get that result there was an error and it will be noted in the logs. The default for the branch is continue on error, which is the reason for the odd looking output.

I would recommend you split in your process in two. The first sends the pdf to a folder, the second picks up the pdf and pushes it into sharepoint. (Deactivate the second process and make sure you have good PDF’s before activating it.)

Saturn