I just cannot seem to get this to work - so asking for some help!
I have a canvas form which contains two people fields from a SharePoint list-
RequestedBy
ApprovedBy
I have both fields with Items properties as
Choices([@'My SharePoint List'].'Column Name')
and both fields have their Data properties as People with;-
Display Name as Primary Text,
Claims as Searchfield.
Within the SharePoint list, the RequestedBy column is an "all users" people choice and the "ApprovedBy column is a very small "SharePoint group" choice which has been given viewing permission to all users.
There is an annoying quirk where the displayed choices for the RequestedBy field is working perfectly fine and the user can pick a person from the list or just start typing for a search. The ApprovedBy field behaves so differently in that it will not display a list of choices - only bringing up one name from the group when the user starts to type a match.
Interestingly, I noticed that the item property data tables have different behaviour. For "all users" column, the table is fully populated with Claims, DisplayName, Job Title, Department, etc. For the "group users" column, the table is empty - no data.
Does anyone know why this behaviour occurs? Or have any suggestions how I can get the people picker to display a list of names from a SharePoint group? Perhaps I have spent so long looking at this issue, I am missing the obvious!