Hi @RandyHayes
So I'm trying to check my PowerApps performance. So it is taking around 12.7MB resources during load .
What is the min resources during load for any PowerApps. Is mine taking too much?
Also on my App Checker Performance section I'm getting this warning,
Do I need to take heed to the warning and assign the status to a Variable. I'm getting 95 error warning due to this.
Or can I ignore this?
Can I get your opinion on this.
Will it make a difference to the Performance of the app if I update all and set a variable . How much resources does a normal Power Apps app takes?
Thanks
It is a warning. If you ignore it, the app will work, if you use the var, the app will get better
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Hi
Visible is a Boolean property, so don't have to add an If statement. By putting Form.DisplayMode = View on the property mean it will be visible when it is in View mode and false if not.
I'm getting the error on the Performance dropdown of App checker. Want to know if I need to ignore the warning or set a variable as in the msg.
Hey! In visible, you should input true or false.... Thats why
Try:
If(Form.DisplayMode = View, true; false)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2