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:
FilterSortTopqueries
- 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.