© 2026 Hashnode
When a Power Apps app becomes slow, delegation is usually the first thing people blame. Sometimes that’s true.But in many real production apps, delegation is not the real issue. The bigger problem is quieter and easier to miss:formula re-evaluation. ...

Step 1: Go to your solution and create a Canvas App page. Refer to the image below for guidance. Step 2: The Canvas App page will open in Power Apps Studio.In the OnStart property of the app, add the following code: Set(a,Param("recordId")); //...

When building Power Apps, especially apps that connect to SharePoint or Dataverse, you might face a common issue: “I’m trying to save a text input value into a number column, but Power Apps throws an error!” This happens because Power Apps treats Tex...
