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
)
),
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 -
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
109 | |
83 |