High severity vulnerability in pcf-scripts package due to dependency on xml2js
Have you noticed recently that when you run npm install on your PCF projects, you get a high severity vulnerabilities error (or maybe you...
Have you noticed recently that when you run npm install on your PCF projects, you get a high severity vulnerabilities error (or maybe you...
One of the new features now supported in PCF (Power Apps Component Framework) code components are 'object outputs'. A PCF component has a mani...
Delegation of queries in Canvas Apps/Custom Pages has long been a troublesome topic and we are always looking out for the triangle of doom, or...
My free tutorial course on writing Dataverse web resources has been available for over a year now, and it has had over 1000 people enrol! The ...
One of the constant challenges we face when writing canvas apps and custom pages using Power Fx is ensuring that the queries we use are always...
If you wanted to add a button to a command bar to perform an update on multiple records in a grid, you can easily create a formula that result...
The Power Apps team have had a long-standing quality tool called the Solution Checker. This was built into the Dataverse solution management i...
React version 18 has recently been pushed into npm which is great if all of your components support it, however, if you are working with Flu...
The long-awaited 'virtual control' feature is finally in preview which means you can start to try converting your controls to be virtual - but...
If you are using Fluent UI in your code components (PCF) you probably are also using path-based imports to reduce your bundle size. ...