external-service-usage element

Indicates whether this control is using external service or not. If it is, set the enabled attribute flag as true and add the external service domain to the <domain> property. A control that uses any external service is a premium control and the end user will need a Power Apps license to open an app with a premium control. More information: Licensing

Available for

Canvas apps

Parent Elements

Element Description
control Defines the component's namespace, version and display information.

Child Elements

Element Description Occurrences Available for
domain Specifies the domain within the external-service-usage element 0 or more Canvas apps

Example 1

External usage enabled for www.microsoft.com only.

<external-service-usage enabled="true">
   <domain>www.Microsoft.com</domain>
</external-service-usage>

Example 2

External usage enabled for multiple domains.

<external-service-usage enabled="false">
  <domain>www.contoso.com</domain>
  <domain>www.yourcompany.com</domain>
</external-service-usage>

Example 3

External usage is not enabled.

<external-service-usage enabled="false" />

Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview