I am having an issue getting some conditions on a Conditional Decision to work as expected. For one branch of our workflow, I added a Conditional Decision that if the document being processed is in a certain Document Type, has a Batch Number, and either the Check Number or Check Amount fields are empty, it should send the document to a manual review folder. Else it files away the document. I'm doing this by having an "All conditions are true" for the Document Type and Batch Number, then a "If any of these conditions are true" for either the Check Number or Check Amount being empty.
The problem is that documents that should bypass it because they have both Check Number and Check Amount values are going to the manual review folder. I would expect that to occur only when one or both of those fields has been left blank. I've tried changing around the conditions a couple of different ways, but the documents are still all going to the manual review folder, even when they have both check numbers and check amounts.
Can anyone see what is going wrong based on the conditions below?
Thank you very much for your help.