add-dataverse

Add Dataverse tables to Power Apps code apps and generate TypeScript models and services.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-dataverse-promitdutta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dataverse
Source: https://github.com/promitdutta/power-platform-skills-qwen/tree/main/skills/code-apps/add-dataverse
Command: npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-dataverse-promitdutta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Microsoft.PowerApps.CLI.Tool, pypowerapps, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of adding Dataverse tables to Power Apps code apps, generating TypeScript models and services, and creating new tables if needed.

Core Features & Use Cases

  • Dataverse Table Management: Add existing tables or create new ones, manage schema, and query data.
  • Code Generation: Generate TypeScript models and services for easy data access in Power Apps.
  • Use Case: For a developer starting a new Power Apps project, this Skill can quickly set up the necessary Dataverse tables and generate the initial codebase, saving time and reducing errors.

Quick Start

Use the add-dataverse skill to add the 'account' table to your Power Apps code app and generate the necessary TypeScript models and services.

Frequently Asked Questions about add-dataverse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate TypeScript models for Dataverse tables in Power Apps?

To generate TypeScript models for Dataverse tables, this Skill automates the addition of existing or new tables to your Power Apps code app and creates the required TypeScript services. It handles schema management to ensure your codebase matches your data structure.

Can I create new Dataverse tables directly from my Power Apps code app project?

Yes, you can create new Dataverse tables directly within your Power Apps project. The automation supports both adding existing tables and creating new ones, managing the schema, and querying data without leaving your development workflow.

Do I need the Power Apps CLI to manage Dataverse tables and generate code?

Yes, you need the Microsoft Power Apps CLI and related dependencies installed. The CLI provides the underlying commands required to interact with Dataverse, manage table schemas, and generate the TypeScript codebase for your application.

What is the best way to automate Dataverse schema management for a new Power Apps project?

The best way to automate Dataverse schema management is using a code generation Skill that sets up necessary tables and generates the initial TypeScript codebase. This approach saves time and reduces manual configuration errors when starting projects.

Does this Dataverse code generation approach work with existing table schemas?

Yes, this Dataverse code generation approach works with existing table schemas. It supports adding existing tables to your Power Apps code app, querying data, and generating the corresponding TypeScript models and services based on the current schema.