Hi there
I have a form in edit mode which has as its items property Gallery1.Selected. One of the fields of the form and sharepoint list is JobAssigned where a person is assigned a ticket. The combobox works correctly with the default which is set to ThisItem.JobAssigned from the selected gallery item.
However, the items property is not working. The combobox only comes up blank when I click the dropdown. Interestingly, it is five items deep, the same number of items as there are on the list it draws from. Can someone tell me how to configure the list properly so that the user can select a person from my pre-defined list?
The items property of the combobox is
InfrastructureStaff
which is a separate sharepoint list, called InfrastructureStaff, which has a People and Groups column with five people. One of the configurations I have tried is below. I have also tried InfrastructureStaff.StaffPerson (the field which contains the people).
Below is the preview of the data, which looks correct to me.

Comobox configuration:

List connected to the items property of the combobox.
