Hi all,
In my forms business process, after the initial form submission I'm calling a workflow which uses a "Set Business Process Variables" activity to set a form field value. After the workflow call it runs a "Save to Repository" task in the form's process. This task includes the form field value set by the workflow in Config Fields. That value is blank in the document's corresponding template field in the repository. However, the form's process sends an email using an Email Task AFTER the "Save to Repository". That email does display the form field value set by the workflow. So, why does it not get passed through as a template field in Save to Repository? So, I ran a query against the forms database and discovered that the initial form submission and the workflow call have different SubmissionIDs. And, the form field value shows as set for the workflow SubmissionID, but blank for the initial submission's SubmissionID. Okay, what in the world is going on here.? I thought form field variable names were global to the form process!