Category: Power Apps

First Look at Generative Pages in Power Apps
First Look at Generative Pages in Power Apps
Blog Posts

With Generative Pages (find announcement and docs here) we can create a page in Model-Driven Apps using natural language. You can see it as a reimagined Custom Page with two differences: Why do we need Generative Pages? If you are a Power Apps maker, maybe you think:“I’ve learned already PowerFx, why would I need something new?“. First of all,… READ MORE

Power Apps is Smarter: Copilot Comment-Generated Formulas
Power Apps is Smarter: Copilot Comment-Generated Formulas
Blog Posts

If you’ve been building Power Apps for a while, you know that moment when you need a specific formula but can’t quite remember the syntax. You know what you want to accomplish, but finding the right function or remembering the exact parameter order sends you scrambling to the documentation. Well, those days might be behind… READ MORE

A New Way To Build Power Apps with Vibe Coding and AI
A New Way To Build Power Apps with Vibe Coding and AI
Blog Posts

If you’ve ever wished you could build a Power App just by describing what you want… well, now you can. Microsoft just introduced a brand-new way to build apps called Vibe Coding, available today at Vibe.PowerApps.com. This new experience blends natural language, Power Apps AI, Dataverse, and automatically generated React code to help you build… READ MORE

Building a Power Apps Code App with Dataverse Integration
Building a Power Apps Code App with Dataverse Integration
Blog Posts

Power Apps Code Apps represent a new way to build applications that combine the power of modern web development with seamless Dataverse integration. In this post, I’ll walk through building a lightweight React application that authenticates to Dataverse and displays system users. What are Power Apps Code Apps? Power Apps Code Apps let you build… READ MORE

Catch the Unknown: Using OnError in Power Apps
Catch the Unknown: Using OnError in Power Apps
How Tos

In part of our series, we continue on with global error handling in Power Apps using the OnError property of the App. This PowerFX function allows you to capture or “trap for” all unhandled errors. That is a fancy way of saying when an error occurs you weren’t expecting you can handle it. Also, get… READ MORE

Christmas Came Early… and It’s Called Vibe for Power Apps!
Christmas Came Early… and It’s Called Vibe for Power Apps!
How Tos

I’m super excited to bring you my very first deep dive into Vibe, the brand-new experience for Power Apps creators! Fresh out of the oven, this feature transforms the way we build apps mixing intuitive design, AI-enhanced capabilities, and a whole new level of creative freedom. In this video, I walk through every feature Vibe… READ MORE

Let's Get Started with Power Apps code apps
Let’s Get Started with Power Apps code apps
How Tos

A concise, hands-on walkthrough of building your first Power Apps Code App with Vite, React, and the Power Platform CLI. In this video, Klaven (Solutions Consultant & Microsoft MVP) shows how to: Enable Power Apps Code Apps (preview) in the Power Platform Admin Center Set up your dev environment with VS Code, Node.js, Git, and… READ MORE

Filter all SharePoint Column Types in Power Apps
Filter all SharePoint Column Types in Power Apps
Blog Posts

A common requirement in canvas app development is to use a gallery to show items in a SharePoint list. It’s unlikely we’ll want to overwhelm users with all the data, so will give the option to filter results. This can be in the form of a single filter option or combining multiple filters at once.… READ MORE

PowerApps: Specify Date Ranges with the Modern Date Picker Control
PowerApps: Specify Date Ranges with the Modern Date Picker Control
Blog Posts

One of the most exciting recent updates to PowerApps is the introduction of the modern date picker control, which includes new properties for StartDate and EndDate. This feature has been highly anticipated by the community, and it opens up a world of possibilities for enhancing user experience, and improving app functionality, and improving data accuracy. The Importance of… READ MORE