Workflow has a Conditional Decision that checks a field in the template of scanned documents. If there is data in a particular field, the document is moved to a file folder. If that field is null, the document is moved to a separate folder for user intervention. We would like the Route Entry to Folder activity, for the null field documents, to generate an email to alert the users monitoring that folder. The problem we are having is that if the email function is enabled for the null field folder it will send an email for every document processed by the workflow, including the successfully processed documents. We would like emails for the unsuccessfully processed documents only. This is our first workflow attempt, and other than this one issue it has been a great success.