Background:
I created an app to input client name and if they are indeed a current client or not. (simple 'yes', 'no' drop down). Once someone goes in and fills it out I have the record stored in a sharepoint list and shown in a gallery where they can see all others that were input. When the item in the gallery is clicked it brings me to a formviewer where they can see the info. In this screen there is a button that creates a variable to grab the sharepoint info from the selected gallery item using the sharepoint ID. When the button is clicked I want the fields to autopopulate from the selected variable. The client field is working because it's a text input. The Default for that field is: Variable1.Title This grabs the selected gallery item, looks at sharepoint and fills in the client's name in a new form. I can't get the drop down for the field 'current client' to work with the same logic.
Is there a way to autopopulate the drop down menu?
Thanks in advanced and apologies for the long explanation!