add-sharepoint

Integrate SharePoint Online lists into Power Apps using Graph API and pac code CLI.

483|135|Updated May 8, 2025
One-click install
npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-sharepoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-sharepoint
Source: https://github.com/microsoft/PowerAppsCodeApps/tree/main/plugin/power-apps-plugin/skills/add-sharepoint
Command: npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-sharepoint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating SharePoint Online lists and document libraries into your Power Apps code applications, enabling seamless data management and access.

Core Features & Use Cases

  • Add Existing Lists: Connect to and utilize data from SharePoint lists that already exist.
  • Create New Lists: Define and create new SharePoint lists with specified columns directly from your application.
  • Manage Data: Read, write, and manage data within SharePoint lists and document libraries.
  • Use Case: You need to build a Power App to track project assets. This Skill can help you connect to an existing "Assets" list in SharePoint or create a new one with columns for "AssetName", "SerialNumber", and "Status".

Quick Start

Use the add-sharepoint skill to add the 'Projects' list from your SharePoint site to your Power Apps code app.

Frequently Asked Questions about add-sharepoint

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

FAQPage Schema
How do I connect my Power Apps code application to a SharePoint Online list?

Yes, you can create new SharePoint lists directly from your app. The integration allows you to define a schema and create columns, including choice and lookup types, using Graph API authentication and pac code CLI commands.

Can I create a new SharePoint list with custom columns from Power Apps?

Yes, you can create new SharePoint lists directly from your app. The integration allows you to define a schema and create columns, including choice and lookup types, using Graph API authentication and pac code CLI commands.

What is the best way to manage SharePoint document libraries in Power Apps?

The best way to manage SharePoint document libraries in Power Apps is by using this integration to read, write, and manage data. It handles data source connections through Graph API authentication and pac code CLI commands.

Do I need Graph API authentication to integrate SharePoint Online data sources?

You can discover available SharePoint sites and tables by using pac code CLI commands. This process is part of the data source integration and is supported by Graph API authentication.

How do I discover available SharePoint sites and tables for my app?

You can discover available SharePoint sites and tables by using pac code CLI commands. This process is part of the data source integration and is supported by Graph API authentication.

Does the SharePoint list integration support choice and lookup column types?

Yes, the SharePoint integration supports choice and lookup column types. When creating a new list with a specified schema, it handles the creation of these specific column configurations for your application use.