Jan 14 · 2 min read · 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. ...
Join discussion
Dec 30, 2025 · 3 min read · 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")); //...
Join discussion
Dec 30, 2025 · 6 min read · Power Apps Formulas Reference A handy reference of the most commonly used Power Fx functions in Power Apps. #FunctionDescription 1If()Checks a condition and returns one value if true, another if false. 2Switch()Compares a value against multip...
Join discussion
Oct 9, 2025 · 2 min read · 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...
Join discussion
Aug 20, 2025 · 15 min read · Rezerwacja sali konferencyjnej to jedno z zadań, z którym możemy spotkać się w codziennej pracy biurowej. W tym artykule pokażę, jak zbudowałam w Power Apps aplikację Canvas App Sala+, umożliwiającą rezerwację sal konferencyjnych – od zaprojektowania...
Join discussionMay 16, 2025 · 6 min read · If you have experience in traditional software development, low-code tools may feel a bit sparse at first. But to many people’s surprise, traditional techniques often translate quite well to low-code development. Not always one-for-one – but usually ...
Join discussion
Apr 30, 2025 · 5 min read · This is my final installment in the CSS animations for Canvas apps buttons. If you have not read the other series, please go read the other three installments here to get a clear idea of where we came from. In this last post I want to show how you ca...
Join discussion
Apr 29, 2025 · 1 min read · This is actually a feature. Some flows are turned off by default when imported into the production environment. I’ve seen it happen with scheduled ones and ones that use external connectors. In any case, you just manually have to turn them on using P...
Join discussionApr 24, 2025 · 8 min read · In the previous post I explained how to use CSS animations to create micro interactions for your users. These can signal to them that they have selected a button or that they are not allowed to continue with their action due to lack of privileges, fo...
Join discussion