What problem does it solve?
When a new Dataverse table is added to a Power Apps mobile project, it is not automatically available offline. This Skill extends an existing Mobile Offline Profile with that table so mobile users can sync its data without re-running the full offline profile setup.
Core Features & Use Cases
- Single or bulk table addition: Add one table by name, pick interactively from tables missing in the profile, or use
--all-new to add every manifest table not yet in the profile.
- Automated prerequisite handling: Checks and auto-enables
IsAvailableOffline and ChangeTrackingEnabled entity flags, then publishes customizations.
- Scope and column configuration: Prompts for a record distribution scope (user rows, all records, related rows only, or custom), creates profile item associations for relationships, and PATCHes the curated
selectedcolumns set.
- Use Case: After running
/add-dataverse to add a new expense table to a mobile app, invoke this Skill to add that table to the existing offline profile, publish it, and update offline-profile.json and memory-bank.md artifacts.
Quick Start
Ask the agent to add the new Dataverse table to my existing mobile offline profile so it syncs on devices.