replied on January 6, 2016
I have a similar process. I have a student form that is filled out. it is saved to a LF folder. The routing info is stored in this form and placed into a variable based on the school selected. The info is then transferred to another form to go to an advisor. A user task is generated and assigned based on the variable created in the first form. It should notify the advisor that a form is waiting to be processed. However, I get the error
Message: Email recipient was not provided. Email was not sent. (Tracking info: business process name: VSS Course Certification Process(3), step name: Process Submittal, main instance id: 11241, worker instance ID: 13922 )
Stack trace: at WebCommonCtrls.EmailMessage.SelfChecking()
at WebCommonCtrls.EmailDeliver.DeliverEmailSync(EmailMessage em)
at WebCommonCtrls.EmailDeliver.SendEmailNotification(Object o)
The variable does contain the email address and another variable contains the username of the advisor. Neither variable triggers an email. The task is waiting to be processed but no notice.
Can you help me?