add-table-to-offline-profile

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

适合仅需添加新表到离线同步的场景,节省重配置与同步时间。

▸ 风险提示

会修改离线配置并调用离线 API,需适当权限并避免影响同步行为。

这个 Skill 做什么

将单个表加入已有离线配置,避免重新执行完整离线配置向导。

把某个新增的 Dataverse 表直接加入到已有的离线配置里,免去重新跑整个离线配置向导的麻烦。当你只想让一个表支持离线同步或刚加了新表需要离线使用时用它。关键在于走单表流程(增量 POST/PATCH),只改需要的选中列和配置,风险小、快。

▸ 展开 SKILL.md 英文原文

Use when the user wants to add ONE table (typically a newly-added Dataverse table) to an existing offline profile without re-running the full /setup-offline-profile wizard. Parallel to /add-dataverse — same single-table flow.

开发编程离线配置Dataverse单表添加通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-table-to-offline-profile/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-table-to-offline-profile/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.

**References:**

- [dataverse-offline-api.md](${CLAUDE_SKILL_DIR}/../../shared/references/dataverse-offline-api.md) §4 + §7 — POST item + PATCH selectedcolumns
- [offline-profile-reconciliation.md](${CLAUDE_SKILL_DIR}/../../shared/references/offline-profile-reconciliation.md) — the `schemaColumns` baseline written in Step 7

# Add Table to Offline Profile

Add a single table to an existing Mobile Offline Profile. Most common flow: user ran `/add-dataverse` to add a new table to their app, now wants that table available offline too.

Equivalent to running `/setup-offline-p
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有