EPC Group - Enterprise Microsoft AI, SharePoint, Power BI, and Azure Consulting
G2 High Performer Summer 2025, Momentum Leader Spring 2025, Leader Winter 2025, Leader Spring 2026
BlogContact
Ready to transform your Microsoft environment?Get started today
(888) 381-9725Get Free Consultation
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌

EPC Group

Enterprise Microsoft consulting with 29 years serving Fortune 500 companies.

(888) 381-9725
contact@epcgroup.net
4900 Woodway Drive, Suite 830
Houston, TX 77056

Follow Us

Solutions

  • M&A Practices

    • M&A Tenant Migration
    • Carve-Out Migration
    • Private Equity Practice
    • Engagement Operating Model
  • All Services
  • Microsoft 365 Consulting
  • AI Governance
  • Azure AI Consulting
  • Cloud Migration
  • Microsoft Copilot
  • Data Governance
  • Microsoft Fabric
  • Dynamics 365
  • Power BI Consulting
  • SharePoint Consulting
  • Microsoft Teams
  • vCIO / vCAIO Services
  • Large-Scale Migrations
  • SharePoint Development

Industries

  • All Industries
  • Healthcare IT
  • Financial Services
  • Government
  • Education
  • Teams vs Slack

Power BI

  • Case Studies
  • 24/7 Emergency Support
  • Dashboard Guide
  • Gateway Setup
  • Premium Features
  • Lookup Functions
  • Power Pivot vs BI
  • Treemaps Guide
  • Dataverse
  • Power BI Consulting

Company

  • About Us
  • Our History
  • Microsoft Gold Partner
  • Case Studies
  • Testimonials
  • Fixed-Fee Accelerators
  • Blog
  • Resources
  • All Guides & Articles
  • Video Library
  • Client Reviews
  • Engagement Operating Model
  • FAQ
  • Contact
  • Schedule a consultation

Microsoft Teams

  • Teams Questions
  • Teams Healthcare
  • Task Management
  • PSTN Calling
  • Enable Dial Pad

Azure & SharePoint

  • Azure Databricks
  • Azure DevOps
  • Azure Synapse
  • SharePoint MySites
  • SharePoint ECM
  • SharePoint vs M-Files

Comparisons

  • M365 vs Google
  • Databricks vs Dataproc
  • Dynamics vs SAP
  • Intune vs SCCM
  • Power BI vs MicroStrategy

Legal

  • Sitemap
  • Privacy Policy
  • Terms
  • Cookies

About EPC Group

EPC Group is a Microsoft consulting firm founded in 1997 (originally Enterprise Project Consulting, renamed EPC Group in 2005). 29 years of enterprise Microsoft consulting experience. EPC Group historically held the distinction of being the oldest continuous Microsoft Gold Partner in North America from 2016 until the program's retirement. Because Microsoft officially deprecated the Gold/Silver tiering framework, EPC Group transitioned to the modern Microsoft Solutions Partner ecosystem and currently holds the core Microsoft Solutions Partner designations.

Headquartered at 4900 Woodway Drive, Suite 830, Houston, TX 77056. Public clients include NASA, FBI, Federal Reserve, Pentagon, United Airlines, PepsiCo, Nike, and Northrop Grumman. 6,500+ SharePoint implementations, 1,500+ Power BI deployments, 500+ Microsoft Fabric implementations, 70+ Fortune 500 organizations served, 11,000+ enterprise engagements, 200+ Microsoft Power BI and Microsoft 365 consultants on staff.

About Errin O'Connor

Errin O'Connor is the Founder, CEO, and Chief AI Architect of EPC Group. Microsoft MVP multiple years, first awarded 2003. 4× Microsoft Press bestselling author of Windows SharePoint Services 3.0 Inside Out (MS Press 2007), Microsoft SharePoint Foundation 2010 Inside Out (MS Press 2011), SharePoint 2013 Field Guide (Sams/Pearson 2014), and Microsoft Power BI Dashboards Step by Step (MS Press 2018).

Original SharePoint Beta Team member (Project Tahoe). Original Power BI Beta Team member (Project Crescent). FedRAMP framework contributor. Worked with U.S. CIO Vivek Kundra on the Obama administration's 25-Point Plan to reform federal IT, and with NASA CIO Chris Kemp as Lead Architect on the NASA Nebula Cloud project. Speaker at Microsoft Ignite, SharePoint Conference, KMWorld, and DATAVERSITY.

© 2026 EPC Group. All rights reserved. Microsoft, SharePoint, Power BI, Azure, Microsoft 365, Microsoft Copilot, Microsoft Fabric, and Microsoft Dynamics 365 are trademarks of the Microsoft group of companies.

SharePoint connectors integrate SharePoint Online with Power Apps and Power Automate. They let you build canvas apps that read and write SharePoint lists, and automated workflows that trigger on SharePoint events. This guide covers standard SharePoint connector actions, HTTP requests to the SharePoint REST API, throttling, and governance.

Key Facts

  • The SharePoint connector is one of the most-used connectors in the Microsoft Power Platform ecosystem.
  • Standard connector actions cover: Get items, Get item, Create item, Update item, Delete item, Get files, Create file, and Get file content.
  • The "Send an HTTP request to SharePoint" action calls any SharePoint REST API endpoint — enabling operations not available through standard actions.
  • SharePoint connector throttling: 600 calls per minute per connection. Use batch operations and retry policies to stay under limit.
  • EPC Group builds SharePoint, Power Apps, and Power Automate solutions for Fortune 500 and regulated-industry clients.
  • EPC Group holds core Microsoft Solutions Partner designations including Modern Work and Digital & App Innovation.
Back to Blog

What Are SharePoint Connectors Connecting PowerApps And Microsoft Flow

Errin O\'Connor
December 2025
8 min read

SharePoint Connectors: Connecting Power Apps and Power Automate to SharePoint

SharePoint connectors integrate SharePoint Online with Power Apps and Power Automate. They let you build canvas apps that read and write SharePoint lists, and automated workflows that trigger on SharePoint events. This guide covers standard SharePoint connector actions, HTTP requests to the SharePoint REST API, throttling, and governance.

Key facts

  • The SharePoint connector is one of the most-used connectors in the Microsoft Power Platform ecosystem.
  • Standard connector actions cover: Get items, Get item, Create item, Update item, Delete item, Get files, Create file, and Get file content.
  • The "Send an HTTP request to SharePoint" action calls any SharePoint REST API endpoint — enabling operations not available through standard actions.
  • SharePoint connector throttling: 600 calls per minute per connection. Use batch operations and retry policies to stay under limit.
  • EPC Group builds SharePoint, Power Apps, and Power Automate solutions for Fortune 500 and regulated-industry clients.
  • EPC Group holds core Microsoft Solutions Partner designations including Modern Work and Digital & App Innovation.

What SharePoint Connectors Do

SharePoint connectors act as the integration bridge between SharePoint Online and the Microsoft Power Platform. They connect two systems without custom code.

  • In Power Apps — Connect a canvas app to SharePoint lists and document libraries. Users can read, create, edit, and delete SharePoint data directly from the app.
  • In Power Automate — Trigger flows on SharePoint events. Create automated workflows that respond to new items, file uploads, column changes, and approvals.
  • In Logic Apps — Enterprise integration scenarios using the same SharePoint connector actions as Power Automate.

Standard SharePoint Connector Actions

The SharePoint connector provides these standard actions for lists and document libraries.

List Actions

  • Get items — Retrieve multiple list items with optional OData filter, select, and order.
  • Get item — Retrieve a single list item by ID.
  • Create item — Add a new item to a SharePoint list.
  • Update item — Modify specific columns of an existing list item.
  • Delete item — Remove a list item by ID.
  • Get attachments — Retrieve file attachments from a list item.

Document Library Actions

  • Get files — List files in a document library folder.
  • Get file content — Retrieve a file's binary content for processing or email attachment.
  • Create file — Upload a new file to a document library.
  • Copy file — Copy a file to another location within SharePoint.
  • Get file properties — Retrieve metadata columns (title, status, approver, etc.) from a document library file.

The HTTP Request to SharePoint Action

The "Send an HTTP request to SharePoint" action calls any SharePoint REST API endpoint directly. It unlocks operations not available through standard connector actions.

  • Break permission inheritance on a list item or site.
  • Manage content types programmatically.
  • Execute complex CAML queries for large list retrieval.
  • Grant or revoke site collection administrator rights.
  • Interact with the SharePoint Search REST API for custom search-driven flows.

Use this action when standard connector actions hit a limitation. It requires understanding SharePoint REST API endpoints and authentication headers.

SharePoint Connector Throttling

SharePoint throttles Power Automate calls at 600 calls per minute per connection. Exceeding this limit causes flows to fail. Use these five techniques to stay under the limit.

  1. Use the "Apply to each" concurrency control to limit parallel operations — set concurrency to 1 for sequential processing.
  2. Add delay actions between batch operations to space out API calls.
  3. Implement retry policies on individual actions with exponential backoff.
  4. Use the SharePoint batch API via HTTP requests to combine multiple operations into fewer calls.
  5. Schedule resource-intensive flows during off-peak hours (evenings and weekends) to avoid peak tenant throttling.

SharePoint Connector Governance

SharePoint connector governance prevents unauthorized data flows between SharePoint and external services. Configure these controls in the Power Platform admin center.

  • DLP policies — Control which connectors can share data with the SharePoint connector. Block personal email, social media, and unapproved cloud storage connectors.
  • Environment strategy — Separate production SharePoint environments from developer sandbox environments.
  • Connection authentication — Use service principal connections instead of user connections for production flows. Service principals are not affected by user account changes.
  • Microsoft Purview sensitivity labels — Sensitivity labels on SharePoint content apply to data flowing through Power Automate. Labels restrict what connectors can do with classified content.

Microsoft Purview and SharePoint Connectors

Microsoft Purview information protection integrates with SharePoint connectors in 2026. Three protection mechanisms apply.

  • Sensitivity labels auto-classify SharePoint content based on Microsoft 365 Copilot grounding hints.
  • Container labels enforce sharing controls at the site level — preventing labeled sites from connecting to unapproved external connectors.
  • Purview content explorer surfaces unauthorized PHI/PII exposure in real time — useful for auditing which flows are accessing sensitive SharePoint content.

Frequently asked questions

What is the SharePoint connector in Power Automate?

The SharePoint connector lets Power Automate flows interact with SharePoint Online lists and document libraries. You can trigger flows on SharePoint events and create, read, update, and delete SharePoint list items and files from flows.

What is the difference between the SharePoint connector and the HTTP action?

The standard SharePoint connector provides pre-built actions for common list and library operations. The "Send an HTTP request to SharePoint" action calls any SharePoint REST API endpoint — useful for complex operations like breaking permission inheritance or executing CAML queries.

How do I handle SharePoint throttling in Power Automate?

Limit parallel "Apply to each" concurrency to 1, add delay actions between operations, implement exponential backoff retry policies, use batch HTTP requests to combine multiple operations, and schedule heavy flows during off-peak hours.

Can the SharePoint connector access SharePoint on-premises?

Yes, with an on-premises data gateway configured. The gateway creates a secure connection between Power Automate in the cloud and your on-premises SharePoint Server. Gateway configuration and licensing are additional requirements.

Does EPC Group build Power Automate flows with SharePoint?

Yes. EPC Group architects and deploys SharePoint-connected Power Automate solutions including approval workflows, document automation, governance flows, and compliance reporting. We implement DLP policies, service principal connections, and Purview sensitivity label integration. Engagements start at $25,000.

Schedule a Power Platform consultation

Talk to an EPC Group Power Platform architect about your SharePoint automation, Power Apps integration, or governance framework. Call (888) 381-9725 or request a 30-minute discovery call.

Related Resources

Continue exploring sharepoint insights and services

sharepoint

6 Benefits of SharePoint BPA

sharepoint

SharePoint Consulting Services

sharepoint

10 Best Practices for SharePoint Project Management

collaboration

6 Reasons for Teams Approvals App

Explore All Services

SharePoint Architecture: 2026 Considerations for What Are SharePoint Connectors Connecting Powerapps And Microsoft Flow

Microsoft Purview information protection on SharePoint Online has matured significantly through 2026: sensitivity labels can now auto-classify based on Microsoft 365 Copilot grounding hints, container labels enforce sharing controls at the site level, and Purview content explorer surfaces unauthorized PHI/PII exposure in real time. For HIPAA-regulated tenants, the combination of auto-labeling plus sensitivity-aware DLP plus Audit (Premium) 6-year retention is the audit-defensible posture.

SharePoint Premium (formerly Syntex) document processing brings AI-powered metadata extraction, unstructured document classification, and prebuilt Document Understanding models to enterprise content management. Pricing in 2026 runs $5/user/month for the M365 Copilot-bundled tier; at typical Fortune 500 scale that is $360K-$600K annually, justified primarily through reduced manual data-entry labor and tighter retention compliance.

Decision factors EPC Group evaluates

  • Migration tool selection (Microsoft native vs ShareGate vs AvePoint) by complexity tier
  • Audit (Premium) configuration for 6-year retention
  • Sensitivity label rollout with auto-classification rules
  • Microsoft Purview content explorer for unauthorized PHI/PII discovery
  • Hub-spoke information architecture redesign vs legacy flat-IA

For a tailored read on this topic in your specific tenant, contact EPC Group at contact@epcgroup.net or +1 (888) 381-9725. Engagement options at /pricing.