Skip to content

Releases: microsoft/PowerAppsCodeApps

Power Apps SDK

01 Aug 22:17
598ba8a

Choose a tag to compare

Power Apps SDK Pre-release
Pre-release

🚀 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.

Power Apps SDK

19 Jul 01:16
73604d2

Choose a tag to compare

Power Apps SDK Pre-release
Pre-release
  • Add support for Offset-based pagination as described #49 .
  • Bug fixes.

Power Apps SDK

25 Jun 01:50

Choose a tag to compare

Power Apps SDK Pre-release
Pre-release

Requires PAC CLI 1.44.2

  • Bug fixes
  • Basic support for Custom Connectors
  • Supports the following connectors:
    • Sharepoint,
    • SQL,
    • Office365Users,
    • Office365Groups,
    • AzureDataExplorer,
    • OneDriveForBusiness,
    • PowerAppsForMakers,
    • MicrosoftTeams,
    • MSNWeather,
    • MicrosoftTranslatorV2.

Power SDK

23 May 19:39
b4cc026

Choose a tag to compare

Power SDK Pre-release
Pre-release

Pre-release version of Power SDK