Hi,
We have a job requirements where the data is a PDF and print ready. The only thing we need to is to place Postal and Inserting barcode on it for production. The gist of it is to feed the PDF to our workflow and the output is the same PDF with extra stuff in it and also sequenced.
For a detailed explanation see screenshot:
- PDF goes through the datamapper.
- Extracted information name and address goes through our postal process.
- The postal process creates a sequenced .txt data file.
- Back to the workflow - the sequenced data is then read.
- The previous metadata file is then loaded and replaced with values contained in sequenced data file.
- The same metadata file is fed into: Create Print Content-> Create print Content → Create Job → Create Output.
This works okay. BUT now, I need to modify the workflow so I can exclude pages that contains incomplete address.
I tried adding metadata filter to unselect or disable records after the “Metadata File Management”. But everytime it goes through Create Job I get this error, Im not sure if Im doing this right tbh.
Any help is appreciated.
Thank you