Hi all,
I am looking at issues for an app I didn't build. The issue reported is that the results are limited to a handful of users. The app has a combo box and is referencing a column in the SharePoint list (the column is a "person or group" type).
SP list name: TYP
Columns name: Nominee
In the app the combo box property is set to "Choices([@TYP].Nominee)" and is part of a form submission.
How would I fix the issue of only returning some user results? I tried:
- Office365Users.SearchUser({searchTerm: "", top: 1000})
- Office365Users.SearchUser()
If I go direct to the SP list and try create an entry, I can search all available users. Is it a delegation issue I'm facing?
Also worth mentioning these settings

Thanks,
David