add-sharepoint

Integrate SharePoint Online with Power Apps using Graph API and Azure CLI.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-sharepoint-promitdutta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-sharepoint
Source: https://github.com/promitdutta/power-platform-skills-qwen/tree/main/skills/code-apps/add-sharepoint
Command: npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-sharepoint-promitdutta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires SharePointOnlineService, GraphAPI, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill seamlessly integrates SharePoint Online with Power Apps, enabling developers to read lists, manage documents, and create new SharePoint lists within their Power Apps applications.

Core Features & Use Cases

  • Read and Write to SharePoint Lists: Perform CRUD operations on SharePoint lists directly from Power Apps.
  • Document Management: Access and manipulate SharePoint document libraries within Power Apps.
  • Custom List Creation: Create new SharePoint lists based on user-defined schemas.

Quick Start

Use the add-sharepoint skill to connect to your SharePoint site and add a new list for tracking tasks.

Frequently Asked Questions about add-sharepoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate SharePoint Online with Power Apps to manage lists?

Integrating SharePoint Online with Power Apps enables direct CRUD operations on SharePoint lists and document management. This Skill provides the mechanism to connect and manipulate data within your Power Platform applications.

Do I need Graph API and Azure CLI to connect Power Apps to SharePoint lists?

Yes, Graph API access and Azure CLI authentication are required to perform data manipulation operations. These dependencies authorize the connection between your Power Apps and SharePoint Online environment.

Can I create a new SharePoint list directly from within a Power Apps application?

Yes, you can create new SharePoint lists directly from Power Apps. This Skill enables custom list creation based on user-defined schemas to support dynamic data tracking and management.

What is the best way to access SharePoint document libraries in Power Platform?

Using Graph API integration is the best way to access SharePoint document libraries in Power Platform. This approach enables direct access and manipulation of documents within your Power Apps applications.

Does SharePoint Online integration support CRUD operations for Power Apps data management?

Yes, SharePoint Online integration supports full CRUD operations for Power Apps data management. You can perform create, read, update, and delete operations on SharePoint lists directly within your applications.

Why use Azure CLI for SharePoint Online authentication in Power Apps?

Azure CLI is used for SharePoint Online authentication in Power Apps to establish secure access for Graph API operations. It manages the authorization required to manipulate SharePoint lists and libraries programmatically.