Hello
I am trying to set this filter in sections in order to bypass the 2000 limitation of PowerApps, I am a bit lost,
Patch(Org,
ForAll(Filter(Office365Users.SearchUserV2().value, AccountEnabled=true),
With({_rec: LookUp(Org, Mail = Mail)},
{
ID: _rec.ID,
Title: DisplayName,
Mail: Mail,
Job: JobTitle,
Department: Department,
Manager: With(LookUp(Org, Mail = Office365Users.Manager(Id).Mail), {Id: ID, Value: Title})
}
)
)
)
I have a List of more than 2000 Users, so I need to break them I guess, the
Office365Users.SearchUserV2() gives more than 2000 values.
Thank in advance!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
47 | |
43 | |
40 | |
36 |
User | Count |
---|---|
289 | |
81 | |
81 | |
79 | |
71 |