Skip to content

Power Apps

What are connectors in Power Apps?

By Suresh Girinathuni

Quick answer

Connectors let Power Apps read and write outside itself without custom code: standard connectors cover Microsoft 365 sources, premium connectors reach SQL, Dataverse, and third-party systems, and custom connectors wrap any REST API for reuse. The connector choice shapes the app — delegation limits differ per source, connections run under the app user’s permissions, and premium or Dataverse use changes licensing. Pick the data source first; the connector follows.

Key takeaways

  • Standard, premium, and custom connectors cover the data landscape.
  • Delegation and permissions follow the connector, not the app.
  • Prototype the biggest query first; verify licensing early.

Detailed Explanation

Connectors let Power Apps read and write outside itself without custom code: standard connectors cover Microsoft 365 sources, premium connectors reach SQL, Dataverse, and third-party systems, and custom connectors wrap any REST API for reuse. The connector choice shapes the app — delegation limits differ per source, connections run under the app user’s permissions, and premium or Dataverse use changes licensing. Pick the data source first; the connector follows.

Limitations and considerations

Delegation varies by connector and silently truncates large queries. Premium and on-premises (gateway) connectors add licensing and ownership burdens — verify per scenario.

This Q&A page is the short-answer layer for “What are connectors in Power Apps?” Use the related guides below when you need implementation steps, architecture trade-offs, or troubleshooting detail.

For broader context, visit the Power Apps Code Hub. It connects this topic to surrounding Microsoft 365, Power Platform, SharePoint, Copilot Studio, Dataverse, migration, and Dynamics 365 guidance.

When to use it

Map every data need to a connector during design, and prototype the largest query first to expose delegation ceilings early.

Practical example

A dashboard app mixes a SharePoint orders list (standard, delegable filters) with a SQL inventory view (premium, gateway) — two connectors, two cost and behavior profiles, decided up front.

Sources