Hi everyone,
As part of my learning and experiments, I am trying to understand the licensing impact when using Dataverse with Power Apps and Power Automate.
I know that if we connect Dataverse directly inside a Power App, the app becomes premium.
But I am testing a different pattern where the app does not use Dataverse directly.
My setup is like this:
• The end user app is a standard canvas app.
• The user submits a request.
• A Power Automate flow runs, and this flow uses the HTTP connector to call the Dataverse Web API.
• The flow uses an application user in Dataverse and an Entra app registration.
• The app itself does not have any Dataverse connections.
When I tested this, the canvas app did not show as premium.
So I want to check if this approach still requires premium licensing for end users, since the HTTP connector is part of the flow.
Can someone confirm if:
This pattern keeps the app non-premium for end users, or
The premium licensing still applies because the flow uses a premium connector.
Thanks for your help.