Have you noticed recently that when you run npm install on your PCF projects, you get a high severity vulnerabilities error (or maybe you were spammed by the GitHub 🤖 dependabot like I was)? Luckily, it's not necessarily a reason to panic! 😅 [More]
One of the new features now supported in PCF (Power Apps Component Framework) code components are object-outputs. Let's take a look at how they can be used to create an output property with a dynamic schema. [More]
Delegation of queries in Canvas Apps/Custom Pages has long been a troublesome topic. I try to keep a [More]
Dataverse-ify aims to simplify calling the Dataverse WebAPI from TypeScript inside model-driven apps, Single Page Applications (SPAs) and integration tests running inside VSCode/Node. I'm really excited about support for ExecuteMultiple in version 2! [More]
One of the constant challenges we face when writing canvas apps is to make sure our queries are delegatable. Wouldn't be cool to simply call a FetchXml query using Power Fx? In this post I show you how. [More]
If you wanted to add a button to a command bar to perform an update on multiple records in a grid, you can easily cause the grid to refresh multiple times resulting in a poor user experience. [More]
The Power Apps team have had a long-standing quality tool called the Solution Checker. Do you find you have false positives with TypeScript code? [More]
React version 18 has recently been pushed into npm which is great if all of your components support [More]
The long-awaited 'virtual control' feature is finally in preview which means you can start to try it out and convert your existing controls. [More]
If you are using Fluent UI in your code components (PCF) you probably are also using path- [More]