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]