Hi -
I have a single select combo box that I am able to set the default value from a column that all ready is populated with a name. I am using a gallery to select which rows data should be used. That works just fine for a single selection combo box. Code in DefaultSelectedItem property =
[LookUp('a1a Request Intake',ID=Gallery1.Selected.ID,'Functional Business Sponsor'.DisplayName)]
For a multiple select column I can not get it to work. I suspect I need to use Filter. Anyone have any ideas