I'm really trying to understand the issue I am having as it is not making any sense to me. For testing purposes I created a very simple 2010 InfoPath form published to a Form Library with only one control (Option Button) with a field name "Yes No Field" below:
I also created a List Workflow attached to the same Form Library with logic shown below:
The expectation is when I click Add document in the Form Library, select "Yes" on the form previously shown and click Submit, the addition of a new form should populate the Form Library. In addition, it will fill in the column Yes No Field with my "Yes" selection from the form and in turn trigger the Workflow shown below:
Per the "Start Approval Process" in the Workflow logic, the Workflow will then send 2 emails stating that an approval has started on the new item and that a Task was assigned by the user who added a new document.
As for the "If Current Item:Yes No Field", the expectation is that if the user selects "Yes" on the form, a separate email should be sent out to [email protected]. I have tested and the only thing that gets sent out are the 2 emails where it details that an approval has started and that a Task was assigned by the user who added the new document.
Regardless of selecting "Yes" the user with email address [email protected] NEVER receives the email even when the condition is satisfied. What am I doing wrong in the Workflow? To me, the logic makes perfect sense and very understandable but apparently it is wrong. Can someone point me in the right direction?


