Hello,
I have a forms business process with two forms. One form is used for data entry; and one form is used for persisting in the repository. Most of the fields are the same on each. But when I go to add a new field on the data entry form (e.g., Name) and assign a variable name to that field (e.g., Student_Name); I am having difficulty also adding that field to the second form to point to the same variable. On the second form when I add a similar field and specify the variable name Student_Name, it ultimately saves it as Student_Name_1 instead of pointing to the Student_Name variable.
Does anyone know how I am able to add a field to the second form pointing to the same variable without it appending "_1" to the variable name?
Thanks,
Julie