1

What is the most concurrent users in a powerapp app (using SharePoint lists)? My concern is performance, the user not having to wait because of multiple users.

Michael1206
  • 11
  • 1
  • 2

1 Answers1

2

The performance consideration blog says:

Limits

When deploying your app to a large number of user, one has to keep in mind the connectors are throttled. PowerApps currently support 600 requests per minute per user and up to 30 concurrent calls per user.

This is explained clearly in community forum as below:

the 600 limit is defined per-user per-minute, there is no limits on the number of users using the app.

Community
  • 1
  • 1