microsoft/PowerAppsCodeApps v0.0.4
microsoft/PowerAppsCodeApps
Captured source
source ↗published Aug 1, 2025seen 2dcaptured 2dhttp 200method plain
Power Apps SDK
Repository: microsoft/PowerAppsCodeApps
Tag: v0.0.4
Published: 2025-08-01T22:17:10Z
Prerelease: yes
Release notes:
🚀 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.
---
Notability
notability 3.0/10Routine minor version release of low-code tool.