Category: Power Apps

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

Power Apps Grid API – Disabling
Power Apps Grid API – Disabling
Blog Posts

As promised, I’ll continue the series of Power Apps grid API with a few use-cases. Today I’m having a look at one of the most requested grid extensibility feature: disabling. There are different kind of disabling requirements, and I would differentiate between: The last two ones could be treated the same, but because of the… READ MORE

Rapid Development with YAML & Components in Power Apps
Rapid Development with YAML & Components in Power Apps
Webinars

Canvas App development is being revolutionised, and it’s time to find out how. We’re constantly being told drive our solutions forward at breakneck speed, but how can we do this without compromising on quality? This is where YAML and canvas components come in. – Introduction to YAML and its application in Power Apps – The… READ MORE

How To Send Emails From Power Apps
How To Send Emails From Power Apps
Blog Posts

All properties covered in this comprehensive guide A common pattern is to use Power Automate to send automated emails. We may do this on a schedule or when something happens – for example, when an item is added or edited in a SharePoint list. But there may be circumstances where you’ll want to ignore Power Automate… READ MORE

Intelligent apps – the future of Power Apps
Intelligent apps – the future of Power Apps
Webinars

Have you thought about what happens when you mix AI with Power Apps? No, not just for chat and summaries, but you can do so much more. Join Vivian in this webinar where we will go through the announcements from Ignite and what the future of Power Apps will look like. Some of it you… READ MORE

Power Apps Error Handling Essentials
Power Apps Error Handling Essentials
Blog Posts

Power Apps error handling is a critical aspect of any canvas app build. Power Fx or other functionality may not always run as planned, so we should greet users with clear guidance. We may also need to track errors for ongoing monitoring & improvements. In this article, I’ll go over some simple error handling techniques… READ MORE