Skip to content

Power Apps SDK

Pre-release
Pre-release

Choose a tag to compare

@marcelbf marcelbf released this 01 Aug 22:17
· 147 commits to main since this release
598ba8a

🚀 What's New

We’re excited to announce that the Power Apps SDK now includes Dataverse support!


⚠️ Prerequisites

  • Requires PAC CLI v1.46
    📦 update using dotnet tools, or get from NuGet

⚠️ Important: The Power Platform VS Code extension does not yet include PAC CLI v1.46.
Estimated availability: August 6, 2025


✅ Supported Scenarios

  • Add Dataverse entities to Code Apps using the PAC CLI
  • Perform CRUD operations:
    • Create
    • Retrieve
    • RetrieveAll
    • Update
    • Delete
  • delegation for:
    • Filter
    • Sort
    • Top queries
  • paging support

❌ Unsupported Scenarios

The following features are not yet supported:

  • Optionsets, Lookup fields, Polymorphic entities
  • Dataverse Actions
  • Deleting Dataverse datasources via PAC CLI
  • Entity Metadata updates
  • FetchXML support

🧪 Sample Usage

pac code add-data-source -a dataverse -t [table logical name]

📘 Know issues

  • Use the logical name of the table (e.g., account, not Account).
  • Adding Dataverse Datasource and then adding another connector, leads to re-creating files of service and model files. The workaround is to delete the duplicated files.