Good morning,
I have a workflow that inserts into a database table, creating a unique number. Then it retrieves that number and sends it back to an User Task in forms. The problem is that when the the User Task is assigned, it sends out the email notification, but the number is not yet part of the form.
This is the basic process:
1. Submit form
2. Workflow inserts number
3. Workflow retrieves inserted number
4. Workflow sets business process variables to the next User Task
5. User Task sends out an email to the assigned staff member
6. Email message does not contain the number, but if I open the form, the form number was assigned correctly to a field
Is there a way to attach the retrieved number to the email notification of the User Task?
Any ideas?
Thank you,
Raul Gonzalez