add-dataverse

Create Dataverse tables and generate TypeScript models and services for Power Apps.

483|135|Updated May 8, 2025
One-click install
npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-dataverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dataverse
Source: https://github.com/microsoft/PowerAppsCodeApps/tree/main/plugin/power-apps-plugin/skills/add-dataverse
Command: npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-dataverse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating Dataverse data into your Power Apps code applications, whether you're connecting to existing tables or creating new ones from scratch.

Core Features & Use Cases

  • Dataverse Integration: Connect your Power Apps code app to Dataverse environments.
  • Table Management: Create new Dataverse tables, columns, and relationships, or extend existing ones.
  • Data Synchronization: Generate TypeScript models and services for seamless CRUD operations with Dataverse.
  • Use Case: You need to build a Power App to track customer orders. Use this Skill to create Order and OrderItem tables in Dataverse, define their schemas, and then generate the necessary TypeScript code to interact with them.

Quick Start

Use the add-dataverse skill to add the 'account' table to your Power Apps code app.

Frequently Asked Questions about add-dataverse

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

FAQPage Schema
How do I connect a Power Apps code app to Dataverse tables?

You can connect a Power Apps code app to Dataverse by using this Skill to manage table creation, define schemas, and generate TypeScript models for seamless client-side data access.

Can I generate TypeScript models for Dataverse data synchronization?

Yes, this Skill automatically generates TypeScript models and services for Dataverse data synchronization, enabling seamless CRUD operations between your Power Apps code application and Dataverse tables.

Do I need Power Platform CLI and Azure CLI to integrate Dataverse?

Yes, integrating Dataverse requires Power Platform CLI (pac) and Azure CLI for authentication and environment interaction to manage table schemas and data source generation.

What's the best way to create new Dataverse tables with defined schemas?

Use this Skill to create new Dataverse tables by defining schemas, including relationships and columns, and automatically generating the necessary TypeScript services for client-side data access.

Does this Skill support extending existing Dataverse tables and relationships?

Yes, this Skill supports connecting to existing Dataverse tables or creating new ones, allowing you to extend existing tables by adding new columns and relationships to your schema definitions.