Hi, I hope you can assist me the following issue.
I have a dropdown field to upload documents in form1,please see uploaded JPG called Form1.Dropdown. The list of documents that you need to upload is determined by a lookup rule which is looking at an external table, please see uploaded JPG called 'SQL.Required.Documents'. In form2 I am using the same dropdown variable which also has the same lookup rule pointing to the external SQL table.
The issue I am facing is that the last document type value that I have selected in form1 is being transferred by the dropdown variable to form2. I understand why the dropdown assigns this value to the variable but my question is, why does the lookup rule on form2 not remove this value as it does not match up with the lookup rule.
My resolution would be to clear this dropdown variable before moving the data to form2.
Please let me know if you have any suggestions on why this could be happening or if you have any other method of preventing the dropdown variable to pull through.