Browsed by
Tag: Canvas Apps

Vibe coding PCF Controls with GitHub Copilot

Vibe coding PCF Controls with GitHub Copilot

What if you could build a PCF control without writing most of the code yourself? I just tried vibe coding with GitHub Copilot – describing what I want and reviewing its solutions. My goal: A JSON viewer for Power Apps that works in both Canvas and Model-Driven Apps. Back in 2020, I built the PCF-MarkDown Viewer. Let me tell you, that was an adventure. Installing the Power Platform CLI, wrestling with XML manifest files, configuring TypeScript, debugging webpack builds. Hours…

Read More Read More

Power Apps – Named Record in a Gallery

Power Apps – Named Record in a Gallery

One of my personal highlights this week and the reason I always say #NeverStopLearning: I discovered how to create a named record for a gallery control in my Canvas App. You might say: why should I need this, you can use the ThisItem operator to access the record. And yes, you are right. This is a common solution for child controls in a gallery. I can set up my child controls and connect them to the data. To do this,…

Read More Read More

Enhanced Component Properties

Enhanced Component Properties

Ohh what should I say? Whether you are Citizen or Pro developer, you should check this out!!! I love the new experimental feature in power apps for canvas apps components! “Enhanced Component Properties” opens up a total new way of development. Before I get too excited, let me give you some background. Canvas apps components were introduced as reusable building blocks approx. 1 or 2 years ago. I can add controls to my canvas app component and layout them separately….

Read More Read More