add-table-to-offline-profile Skill
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. Published by microsoft in power-platform-skills.
What is add-table-to-offline-profile Skill?
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. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-table-to-offline-profile Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/add-table-to-offline-profile/SKILL.md
What it does
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.
Skill instructions
Shared instructions: shared-instructions.md — read first. References: - dataverse-offline-api.md §4 + §7 — POST item + PATCH selectedcolumns 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-profile and seeing the existing profile (extend-mode), but skips the per-table questionnaire for the tables already in the profile — only configures the new one. Workflow 1. Verify project + locate profile → 2. Resolve target table → 3. Prereq check (auto-enable if needed) → 4. Scope picker (single question) → 5. POST item + PATCH selectedcolumns → 6. Publish → 7. Update artifacts → 8. Summary --- Step 1 — Verify project + locate profile bash test -f power.config.json node "${CLAUDESKILLDIR}/../../scripts/resolve-environment.js" "$(node -e "console.log(require('./power.config.json').environmentId)")" Manife
Explore related resources
Frequently asked questions
What is add-table-to-offline-profile?
add-table-to-offline-profile is a open-source AI agent skill with Copy skill directory. 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.
Who is add-table-to-offline-profile best for?
add-table-to-offline-profile is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install add-table-to-offline-profile?
Install or run add-table-to-offline-profile using Copy skill directory. Check add-table-to-offline-profile for the latest setup command.
Is add-table-to-offline-profile actively maintained?
add-table-to-offline-profile may need a closer maintenance check before production use.
Auto-fetched from GitHub.