Power Apps
How to optimize performance in Power Apps
Are your apps performant? Are they optimized to be as fast as they can be? Learn why making performant apps is a key and…
Are your apps performant? Are they optimized to be as fast as they can be? Learn why making performant apps is a key and…
Do you fetch the same record multiple times in an app? Do you really need to? Is there a better way to do it?…
Have you ever made data calls inside a gallery and it takes a long time to load? Learn why it is bad and how…
A lot of times you would want to lookup multiple records from a table. Would you do that one at a time or is…
Patch is used to create new records or update existing records. Learn how to optimize patch when updating an existing record! The post How…