Hi All - I'm trying to create a combo box that shows a list for all my AD users. I have 390 users. If I try this
Collect( AADData, AzureAD.GetGroupMembers("e2450b0d-82eb-4ad5-bd01-06a85001b1f6").value)
where e2450b0d-82eb-4ad5-bd01-06a85001b1f6 is my All Users group that has 390 Total Members - I only get about 100 - if I try
Distinct(
Filter(
Office365Users.SearchUser(),
Len(DisplayName) <> 0
),
DisplayName
)
I get different names - but still only about 100
Data Row limit is 500 - all other obvious issues like display name etc have been checked.
Ther's gotta be some setting or something I'm missing
All info welcome
thx