Hi everyone,
I have encountered an issue when I look at the Items tab at the code, there appears to be more records than in the actual combobox dropdown. Is there anyway that this is some sort of lagging issue? I have about 30 comboboxes on this form so I can't easily delete and re-add them.
Here is my code on Items,
Sort(Filter(Office365Groups.ListGroupMembers("403b0c07-d5fa-48e8-9603-0c05511d1f17").value,!IsBlank(mail),Not("#EXT" in userPrincipalName)),displayName,SortOrder.Ascending)
Here are the results if I highlight it to view the table,
And here are the dropdown items,
As you can see there are quite a few L names missing.
Does anyone know why this could be?
TIA