Power Automate licensing in the context of a Code App #185
|
Hello, With a Canvas App or Model-driven App, we can link a Power Automate flow to it so that a separate Power Automate Premium license isn't required, if the flow is running within the context of the app. How do we achieve the same with Code Apps? They don't appear in the UI for adding an app to a flow. Also, what's the expected method to call a Power Automate flow from a Code App? Using the 'When an HTTP request is received' trigger? It would be good to have some documentation available on both points. |
Replies: 1 comment
|
Code Apps now have native Power Automate integration. You don’t need to use the When an HTTP request is received trigger. You can discover and add a flow with: Full instructions and limitations are documented here: Regarding the first question, code apps have been added to the UI. |
Code Apps now have native Power Automate integration. You don’t need to use the When an HTTP request is received trigger.
Currently supported flows must:
• Be solution-aware.
• Be instant cloud flows.
• Use the Power Apps trigger.
You can discover and add a flow with:
pa app list-flows
pa app add flow --flow-id
Full instructions and limitations are documented here:
https://learn.microsoft.com/power-apps/developer/code-apps/how-to/add-flows
Regarding the first question, code apps have been added to the UI.