Tag: Dataverse

Home » Dataverse
Power Apps Code App calling Dataverse actions, functions, and Power Automate flows with TypeScript service classes and the npm CLI
Post

Dataverse Actions, Functions & Flows in Power Apps Code Apps: Complete Guide 

I've been building Power Apps Code Apps for a while now, and the question that kept coming up was always the same: how do I call actual server-side logic from here? With the @microsoft/power-apps npm CLI hitting v1.1.1, that question finally has a clean answer. This guide walks through everything — discovering and scaffolding Dataverse actions, functions, and Power Automate flows, the generated TypeScript service classes, error handling, deployment, and the architectural decisions I'd make on a real project.

VS Code vs Windsurf vs Cursor: The definitive 2026 AI coding editor comparison
Post

VS Code vs Windsurf vs Cursor: My Honest Take After 6 Months Using All Three

After spending hundreds of hours with all three editors, here's the bottom line: VS Code + Copilot is the reliable workhorse with unmatched ecosystem support. Windsurf + Cascade is the AI-native innovator with continuous context awareness. Cursor is the agentic middle ground with excellent tab completion and Composer mode. Each excels in different scenarios, and for Power Platform developers? The answer depends entirely on your workflow. Let me show you exactly how to choose.

Power Apps MCP Server agent feed — AI agent extracting Dataverse records with human approval interface — AIDevMe 2026
Post

Power Apps MCP Server: Complete Guide to Every Feature (Public Preview 2026)

The Power Apps MCP (Model Context Protocol) Server is now in public preview. It exposes three tools — invoke_data_entry, request_assistance, and log_for_review — that let AI agents automate tasks inside model-driven apps with built-in human supervision via a redesigned agent feed. This guide covers every feature, technical detail, current limitation, and step-by-step setup path.