Code Apps - Office Hours March 2026 Highlights
Latest News
Technical Questions and Answers
There were some interesting questions from attendees. Here's a summary of the questions answered.Do you plan to build / deliver pac code|update-data-source or pac code refresh-data-source (similar to Refresh connection in Canvas Apps)?
The team plan to support refresh via the new Node-based CLI; all new investments, including refresh data source, will go there. Today re‑adding a data source is meant to refresh it, but this sometimes duplicates entries, so they will investigate and plan a dedicated refresh capability in the CLI.
Do you have any suggestions for working with VS Code Internet Browser and Code Apps? I’m unable to select elements on the page.
This question relates to the design time behaviour of building apps in VS Code. When running the app through the Power Apps host, page elements cannot be selected because they are hosted inside an iframe. The suggested workaround is to run the app on localhost directly in a browser and to use the standard browser dev tools for debugging.
What's the ETA for Running code apps from Power Apps Mobile?
Mobile support is unlikely to arrive before July 2026, and there is no committed date yet.
When in March 2026 is FetchXML coming?
Previous timelines suggested that FetchXML support would come in March 2026. This March/April target is no longer valid based on current cost and technical work. The team are exploring phased options to unblock key scenarios sooner.
Is it possible to ask for enhancements or updates to the process of connecting the SharePoint list? I frequently encounter problems with IDs.
This question relates to difficulties connecting to SharePoint lists with spaces or special characters. It's difficult to get the URL encoding correct which makes this process error prone. The upcoming CLI improvements for discovering data sources and connections will hopefully make this task easier, and the team welcome suggestions on ways to improve documentation and tooling.
When requesting the AI to extract the npm package, why is access to $expand restricted?
The current models and services do not yet reliably support $expand and Power Apps team only want to expose capabilities they know work correctly. Adding $expand support is on their radar and planned for the future.
Any updates on the CSP bug and has it been fixed?
There is a bug where policies are too restrictive, over‑blocking rather than over‑exposing. A fix should be rolling out very soon.
When will "GCC High availability" become available?
GCC High availability should become available by the end of March or the first week of April.
Is there a chance to allow us to use client.retrieveDataAsync in a supported way for late‑bound scenarios like a metadata browser?
The use case scenario is to connect to tables where the table names are dynamic (eg, could change by environment, client, or other variables) and unknown at design time. This is currently unsupported and the team will take this away for further discussion.