指导你在 Power Apps Studio 中添加数据源或连接器并完成验证。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "add-data-source" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.md 2. 保存为 ~/.claude/skills/add-data-source/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我在这个 Canvas App 里添加一个 SharePoint 数据源,连接到团队站点中的“项目任务”列表,并确认连接成功后继续下一步。
引导完成在 Power Apps Studio 中添加 SharePoint 连接、选择目标列表并验证数据源可用的步骤。
我想把这个应用连接到 SQL Server 数据库,请指导我添加连接器、填写连接信息,并在成功连接后继续。
说明如何添加 SQL Server 连接器、配置连接参数并确认应用已能访问数据库表。
请帮我为 Canvas App 添加 Office 365 Users 连接器,让应用可以读取用户信息,并在验证后继续后续配置。
指导添加 Office 365 Users 连接器、完成授权并验证可正常调用用户数据。
Data sources, connections, and API connectors cannot be added by the coding agent — they must be added through the Power Apps Studio interface. This skill informs the user, guides them to add the connection in their Studio session, verifies it is available via the MCP server, and then continues with any pending work.
From the user's request, determine what they want to add and how to verify it:
| Request type | Verify with |
|---|---|
| Data source (SharePoint list, Dataverse table, SQL table, Excel file, OneDrive, etc.) | list_data_sources |
| API / connector (Office 365 Users, Teams, custom connector, etc.) | list_apis |
| Unclear | Both list_data_sources and list_apis |
Note what the user is trying to add so you can look for it by name in Phase 3.
Explain that this step requires action in their Studio session. Tell the user:
Use AskUserQuestion to pause until the user has completed the steps in Studio:
"Please add the data source or connection in your Power Apps Studio session. Reply here when it's ready and I'll verify the connection before continuing."
Do not proceed until the user confirms they have added it.
Once the user confirms, call the appropriate MCP tools to check that the connection is now available:
list_data_sourceslist_apisScan the results for the connection the user added:
Found — Confirm to the user that the data source or connection is now visible to the agent. Include the exact name as returned by the MCP tool (this is how it must be referenced in Power Fx formulas). If it is a data source, call get_data_source_schema to retrieve its column names and types, and include the schema summary in your response so it is ready for use in edits. Similarly, for APIs/connectors, call describe_api to retrieve the available endpoints and their parameters, and include the schema summary in your response.
Not found — Inform the user that the connection is not yet visible. Ask them to:
Use AskUserQuestion to wait for their follow-up, then re-run Phase 3.
After the connection is confirmed:
帮助你为当前协作会话配置 Canvas Authoring MCP 服务器并排查连接问题
帮助用户将 canvas-apps 插件问题整理并提交为规范的 GitHub issue。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用添加 Excel Online 连接器,便于读写 OneDrive 或 SharePoint 中的表格数据。
为 Power Apps 代码应用添加 Dataverse 表,并生成 TypeScript 模型与服务。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成
为 Power Apps 代码应用添加 Teams 连接器,实现消息发送与频道协作集成。
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。
为 Power Apps 代码应用添加 OneDrive for Business 连接器,便于上传、下载和管理文件。
帮助你将 Power Automate 云端流程接入 Power Pages 站点并生成调用代码