cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
rameshbeerla
New Member

Canvas App is Loading Slow

I have Implemented logic to search from SharePoint list with dynamic fields with Lookup columns. When i try to open the Canvas App then App is opening very slow. Please share your opinions.  Thanks in advance.

 

3 REPLIES 3
v-siky-msft
Community Support
Community Support

@rameshbeerla 

 

What is the search function formula? Is it applied to OnStart property?

Please share the function formula or OnStart property so that we can make further judgment.

Actually, there are many reasons that an app can be slow to load, slow to respond, and slow to write to data sources, please refer to the following blog: https://baizini-it.com/blog/index.php/2017/09/13/powerapps-improving-app-performance/ 

There are some performance tips you need to note when designing a canvas app, please refer to the following article:

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/performance-tips

 

If the issue still exists, please consider submit a support ticket through the following link:

https://admin.powerplatform.microsoft.com/support 

 

Sik

I am using Filter condition to search. This Function is called on button click. 

Collect(
Filterdata,
Filter(
CollNewEmployee_List,
LookUp(
FA_M_Employee,
EmployeeID.Text in EmpId
).ID
)
),

ChinoDoesStuff
Advocate II
Advocate II

In most occasions, slowness will be perceived by the amount of time an action takes to return control to the user. You could try and use the concurrent function wherever possible to speed loading times. I recently posted a video that covers its usage in more detail - 

https://youtu.be/kolRz8u2_Y0

thumb.jpg

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (4,266)