I am trying to create entries in a SharePoint list using a combobox within a form in a PowerApp. When I use the default combobox with items set to Choices() it works fine.
owever I want to filter the selectable items for the combobox to a specific group so I used Office365Groups.ListGroupMembers().value.displayName.
This works fine for the combobox itself as it only display the group members I want to be able to be selected. However when I submit the form the person column in the sharepoint list is left empty.