I have a combo box that the datasource is a sp list 'MyList', the field is a Person set up to Choose from SharePoint Group 'MyCompany Members'. My combo box Items is: Choices([@'MyList'].Designer)
at runtime, you can start to type a name and, eventually, it will hit a match and populate. but there are no selections when you select the drop down arrow? I was expecting the drop down list to be all the members of my group, and you would select the one you want.
How do i do that?