add-sharepoint

仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

便于将 SharePoint 数据与应用集成,适用于企业级表单与文档场景。

▸ 风险提示

需组织 SharePoint 权限,可能读写敏感文档或元数据。

这个 Skill 做什么

为 Power Apps 代码应用添加 SharePoint Online 连接器以读写列表和文档。

为 Power Apps 代码应用添加 SharePoint Online 连接器,能读写列表、管理文档或创建新列表,把应用和 SharePoint 网站打通。适合需要与 SharePoint 列、Choice、Lookup 字段或文档库交互的场景。会处理列编码和 Graph API 授权等细节,减少集成时的繁琐工作。

▸ 展开 SKILL.md 英文原文

Adds SharePoint Online connector to a Power Apps code app. Use when reading lists, managing documents, or integrating with SharePoint sites. Can also create new SharePoint lists.

开发编程SharePointPower Apps列表/文档通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-sharepoint/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-sharepoint/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

**References:**

- [sharepoint-reference.md](./references/sharepoint-reference.md) - Column encoding, choice fields, lookups, API patterns (CRITICAL)
- [api-authentication-reference.md](./references/api-authentication-reference.md) - Graph API auth, token, site ID
- [list-management-reference.md](./references/list-management-reference.md) - Query, create, extend lists and columns

# Add SharePoint

Two paths: **existing lists** (skip to Step 6) or **new lists** (full workflow).

## Workflow

1. Check Memory Bank → 2. Plan → 3. Setup Graph API Auth → 4. Review Existing
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有