Hello,
I have the following filter function setup on a drop down
Filter(Office365Users.SearchUser({searchTerm:"",top:999}), AccountEnabled=true, Or(Department="A", Department="B", Department="C")) and for some reason it returns users only up to letter "P" - it shows 28 names in the dropdown.
Is there something I am missing here?
Thank you