
Announcements
Welcome to the world of Power Apps! I’ll try to answer your questions in detail:
Power Apps has several licensing tiers based on the type of users and features. Here's a breakdown:
Licenses for Developers (Internal use for creating apps):
Microsoft 365 License: Many Microsoft 365 plans (e.g., Business Basic, Business Standard, and Enterprise plans) come with a basic Power Apps license that allows users to create and use apps that connect to data in Microsoft 365 (such as SharePoint, Outlook, etc.). These plans typically include limited data connectors (like SharePoint, OneDrive, and Excel).
Power Apps per App or per User Plan: If you need to build more advanced apps (connecting to external data sources, databases, or using premium connectors), you may need a Power Apps per app plan or per user plan. The per app plan costs less but limits the user to a single app, while the per user plan offers unlimited app usage.
Licenses for Customers (External Users):
If you want to allow external users (e.g., customers or partners) to access your app, you need to account for their licensing needs:
How to minimize licensing costs for external users:
As of now, Power Apps does not have a built-in connector for SQLite. However, there are workarounds to connect Power Apps to SQLite databases:
Using a custom connector: You can create a custom connector to connect Power Apps to SQLite via an API. For example, if you have a web service or API that interacts with your SQLite database, you can build a custom connector to use that API from within Power Apps.
Using Power Automate: You could use Power Automate to trigger actions and communicate with your SQLite database. Power Automate can interact with various data sources, and if SQLite is exposed through a web service or API, you can connect Power Automate to that service and use it in your Power Apps flow.
Things to Keep in Mind When Connecting to SQLite:
In summary:
If you need help with setting up these connections or licensing options in more detail, feel free to ask!