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 isn't enabled.

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

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