enable-tables-offline Skill
Use when the user needs to enable the per-table prerequisites (Can be taken offline, Track changes) before a Dataverse table can be added to a Mobile Offline Profile. Pre-flight pass for /setup-offline-profile. Published by microsoft in power-platform-skills.
What is enable-tables-offline Skill?
Use when the user needs to enable the per-table prerequisites (Can be taken offline, Track changes) before a Dataverse table can be added to a Mobile Offline Profile. Pre-flight pass for /setup-offline-profile. 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
- Design and media
- Testing use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use enable-tables-offline Skill
- Use it for testing.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/enable-tables-offline/SKILL.md
What it does
Use when the user needs to enable the per-table prerequisites (Can be taken offline, Track changes) before a Dataverse table can be added to a Mobile Offline Profile. Pre-flight pass for /setup-offline-profile.
Skill instructions
Shared instructions: shared-instructions.md — read first. References: - offline-profile-schema.md — entity field map (IsAvailableOffline, ChangeTrackingEnabled) Enable Tables Offline Flip IsAvailableOffline=true AND ChangeTrackingEnabled=true on the EntityMetadata of one or more Dataverse tables, then publish customizations. This is the prerequisite shown in Image 4 of the maker portal ("Can be taken offline" + "Track changes") — without both, a table CANNOT be added to a Mobile Offline Profile. Sequential (Dataverse metadata lock) and idempotent: re-running on an already-enabled table is a no-op. Workflow 1. Verify project & auth → 2. Resolve table list → 3. Inspect current state → Gate → 4. PUT EntityMetadata per table → 5. Publish → 6. Verify → 7. Summary --- Step 1 — Verify project & auth bash test -f power.config.json && test -f app.config.js node "${CLAUDESKILLDIR}/../../scripts/resolve-environment.js" "$(node -e "console.log(require('./power.config.json').environmentId)")" Cap
Explore related resources
Frequently asked questions
What is enable-tables-offline?
enable-tables-offline is a open-source AI agent skill with Copy skill directory. Use when the user needs to enable the per-table prerequisites (Can be taken offline, Track changes) before a Dataverse table can be added to a Mobile Offline Profile.
Who is enable-tables-offline best for?
enable-tables-offline is best for reusing agent instructions, scripts, and references, testing workflows, design and media workflows.
How do I install enable-tables-offline?
Install or run enable-tables-offline using Copy skill directory. Check enable-tables-offline for the latest setup command.
Is enable-tables-offline actively maintained?
enable-tables-offline may need a closer maintenance check before production use.
Auto-fetched from GitHub.