I have a "Project Name" field on page 1. I created a variable called "ProjectName", when I click the "Register" button, I created a case to change the value of the variable "ProjectName" equal to the text of my field "Project Name". On page 2, I have a combobox where I want to select the value of the dropbox as what was entered in the "Project Name" field. I tried the "Set selected option of select_project (dropbox name) equal to value of ProjectName, but the value of the dropbox does not appear. Does anyone help me?