What's next
1. What's next
Your app is built and shipped. This video is the forward look, a quick tour of the wider Power Apps ecosystem and where to go next.2. When Dataverse beats SharePoint
A single SharePoint list works well for one team. But when your app needs records linked across multiple tables, like tickets tied to users tied to departments, that's where Dataverse shines. Dataverse gives you proper relationships between tables, role-based security so different users see different data, scale into hundreds of thousands of records, and a place for business logic that travels with the data instead of living inside each app. Pick Dataverse when relationships, security, scale, or business logic matter.3. Copilot in Power Apps
Power Apps Studio now ships Copilot inside the maker experience. Ask it to add a button that emails the assignee, explain an existing formula, or suggest a fix when App Checker flags an error. Treat its output as a starting point, not a finished answer. The formulas you've learned this course are still what you'll read, debug, and review; Copilot just drafts them faster. This course teaches stable Power Fx fundamentals you can rely on in every tenant, and Copilot is there to speed you up when the backlog grows.4. Model-driven apps
Here's a quick reminder from Chapter 1. Model-driven apps are the second flavor of Power Apps. Instead of designing every pixel, Power Apps generates the screens for you from your Dataverse tables. It's the same data with a different building style. Model-driven shines for CRM, case management, and anywhere users navigate many related records with consistent layouts. They're harder to make pretty but easier to scale.5. Solutions and ALM
There are two intermediate concepts to know here. A Solution packages the moving parts of your app, the screens and controls, the tables and data model, flows, connection references, and related configuration, into one transportable bundle. The business records themselves aren't usually part of it; those live in the destination environment. You build in a Dev environment, export the Solution, import it to Test, then to Production. That's application lifecycle management for Power Apps. The default environment is fine for prototyping, but production apps live in their own environment with their own Solutions. It's worth knowing about as your apps grow toward production.6. AI Builder
There are two AI features to know about. AI Builder is a set of pre-built models you drop into a canvas app to extract data from receipts, parse a form, or judge sentiment. You don't train the models; Microsoft ships them ready to use. Think of AI Builder as AI for your app's users, processing their documents and data, and Copilot as AI for you, the app builder, speeding up development. AI Builder requires premium licensing, which is why we don't use it in this course.7. Accessibility basics
Once real people are using your app, plenty of them won't work the way you do. Someone might be relying on a screen reader, which is why every input needs an AccessibleLabel: that's the text it reads out, and without one a field just gets announced as "text box." Someone else might struggle with low-contrast text, so if pale gray on white is a strain for you, it's a real barrier for them. And someone might never touch the mouse, moving through the screen with Tab, so the TabIndex should follow the order the screen actually reads, not the order you added the controls.8. Let's practice!
Let's check what you've learned about the wider Power Apps ecosystem.Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.