
Announcements
Hi. We recently added som logging to our PowerApps application to get a better view of how it is working. One thing we finally got hard numbers on was how slow our PowerApps application is. We have created an app that handles test protocols. The user fills out a number of records and then hits the save button. It replaces a system of Excel files they used before so it is made to work in a similar way as the spreadsheets where they could manage the hole protocol at once. We implemented this with a gallery that contains three measures for each row. When the user has filled out the appropriate changes he/she hits the save button and we use ForAll and a Patch call for each edited row. Now with the logging we can see that it takes approximately one second for each row to be updated. So if the user edits ten rows it will take 10 seconds to save the protocol. Since we can have up to 50 records edited in one go it could take almost up to one minute to save the changes. Is this normal in PowerApps? Our users are very frustrated with this obviously.