Hi,
I want to get 5000 AD users in PowerApps and by writing below code, we're getting 999 AD users:
AzureAD.GetGroupMembers("",{'$top':999}).value
Can i get next 1000 AD users (then next 1000 and so on...) in PowerApps? So that I'll make collections of those and put all of then in 1 collection.
and I don't want to user power Automate as it is taking around 1 min. to call 5000 AD users.
is this possible to implement?
Thanks