What are the two main types of Power Apps?
Canvas apps and model-driven apps.
When should you choose a canvas app?
When you need a custom, simple app for users to do specific tasks, like submitting requests.
When should you choose a model-driven app?
You should choose a model-driven app when you need to manage and track business data and processes across multiple users or teams.
Where is the data stored and structured in a model-driven app?
Microsoft Dataverse.
Which component of a model-driven app controls business rules, approvals, and automation?
The business logic layer.
Where are dashboards, forms, and views defined in a model-driven app?
In the app (UI) layer, which is generated from the data and logic.
True or False: Canvas apps can run offline and are optimized for mobile devices.
True.
How do Power Apps connect to external sources like SharePoint or SQL?
Using connectors.
What must you do after building a Power App before users can access it?
Test, publish, and share the app with the intended users or security roles.
Scenario: Employees submit service requests via a mobile app, and managers need to track requests, assign tasks, and see dashboards. Which apps should be used?
Canvas app for employee submissions; model-driven app for management tracking and dashboards.