Releases: microsoft/PowerAppsCodeApps
Releases · microsoft/PowerAppsCodeApps
Power Apps SDK
🚀 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.
Power Apps SDK
- Add support for Offset-based pagination as described #49 .
- Bug fixes.
Power Apps SDK
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.