web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Error on server: numbe...
Power Apps
Answered

Error on server: number of concurrent requests exceeded the limit of 52

(0) ShareShare
ReportReport
Posted on by

Hi all,

Anyone has any ideas on how to avoid this error message?
I have tried to separate the "Collect" function into multiple steps (StartsWith "1", StartsWith "2" ...) which helped, but in some cases I still get the error.

I've seen the error originate from the different LookUp parts of the AddColumns of this code. Invitations, MQC_Review and MQC_Consultations are all CDS entities.

 

 

ClearCollect(
 colPreLoadClientInvit,
 AddColumns(
 Filter(
 colPreLoadClient,
 StartsWith(Client_Number, "1")),
 "InvitationSent",
 LookUp(
 Invitations,
 adx_inviteContact.cr111_client_number = Client_Number,
 'Created On'
 ),
 "ReviewCreatedOn",
 LookUp(
 MQC_Reviews,
 cr111_client_code = Client_Number,
 createdon
 ),
 "ConsultationStatus",
 LookUp(
 'MQC Consultations',
 cr111_clientcode = Client_Number,
 cr111_consultationstatus
 )
 )
);

 

 

Any help is appreciated.

 

 

Categories:
I have the same question (0)
  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @werner1 ,

     

    Please check on below documentation:

    https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/api-limits

     

    Regards,

    Mona

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard