{"id":134192,"date":"2026-05-12T09:00:00","date_gmt":"2026-05-12T16:00:00","guid":{"rendered":""},"modified":"2026-05-12T14:56:08","modified_gmt":"2026-05-12T21:56:08","slug":"power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents","status":"publish","type":"post","link":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/","title":{"rendered":"Power Apps MCP server introduces closed-loop learning for enterprise agents"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Enterprise AI has made building agents faster than ever. But teaching those agents how your organization works still means feeding knowledge in as documents and custom instructions or standing up a data science team to run the training, evaluation, and optimization cycles yourself. For IT leaders running agents at scale, that&#8217;s a ceiling on how much institutional knowledge your systems can hold, and an overhead that grows with every agent you add.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, we&#8217;re introducing closed-loop learning for agents connected to the <a href=\"https:\/\/cm-edgetun.pages.dev\/power-platform\/blog\/power-apps\/public-preview-power-apps-mcp-and-enhanced-agent-feed-for-your-business-applications\/\">Power Apps MCP server<\/a>, starting with the <a href=\"https:\/\/learn.microsoft.com\/power-apps\/maker\/common\/faq-power-apps-mcp-server-invoke-data-entry\" target=\"_blank\" rel=\"noreferrer noopener\">data entry tool<\/a>. Every correction a user makes through the <a href=\"https:\/\/learn.microsoft.com\/power-apps\/user\/supervise-agents-with-agent-feed\" target=\"_blank\" rel=\"noreferrer noopener\">Agent feed<\/a> persists as structured memory. On future runs, the agent retrieves that memory and applies it. Over time, those corrections consolidate into organization-wide patterns the agent applies across tasks. The feedback loop runs automatically in production. Nothing to configure, no data pipelines to build.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-closed-loop-learning-works\"><strong>How closed-loop learning works<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Say a finance team has an agent to process vendor invoices. The agent uses the data entry tool in the Power Apps MCP server to extract supplier names, addresses, and totals from PDFs. Most fields come through correctly, and the agent correctly fills in &#8220;UK&#8221; from the document, but the organization requires it to be normalized to &#8220;United Kingdom.&#8221; A user corrects it in the Agent feed. After a handful of corrections like this, the pattern becomes the agent&#8217;s memory. The next invoice with &#8220;UK&#8221; gets &#8220;United Kingdom&#8221; automatically. Over time, the system learns the pattern: abbreviations like &#8220;USA&#8221; or &#8220;DE&#8221; get expanded too. The agent also learns by example: it retrieves similar memories to the current request and applies the same processing steps used previously.&nbsp; &nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Think of it like a driving instructor in the passenger seat. A student merges without checking the blind spot; the instructor corrects them, and the student remembers it for next time, because they wrote it down. That&#8217;s the first layer: memory-based optimization, the mechanism that captures individual corrections and applies them on future runs.<\/p>\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-1024x417.webp\" alt='Before closed-loop learning: the agent extracts Vendor Country as \"UK\" from the invoice, matching the source document literally.' class=\"wp-image-134214 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--400)\" srcset=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-1024x417.webp 1024w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-300x122.webp 300w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-768x313.webp 768w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-1536x625.webp 1536w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-2048x834.webp 2048w\" data-orig-alt=\"\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Before-for-blog-post-1024x417.webp\"><figcaption class=\"wp-element-caption\"><strong>Before:<\/strong> The agent extracts &#8220;UK&#8221; as written. The user corrects it to &#8220;United Kingdom&#8221; in the Agent feed.<\/figcaption><\/figure>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-1024x406.webp\" alt='After closed-loop learning: the agent extracts Vendor Country as \"United States of America\" when the source shows \"USA\", applying a pattern learned from previous user corrections.' class=\"wp-image-134215 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--400)\" srcset=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-1024x406.webp 1024w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-300x119.webp 300w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-768x305.webp 768w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-1536x609.webp 1536w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-2048x812.webp 2048w\" data-orig-alt=\"\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/After-for-blog-post-1024x406.webp\"><figcaption class=\"wp-element-caption\"><strong>After:<\/strong> A new invoice shows &#8220;USA&#8221;. The agent automatically expands it to &#8220;United States of America&#8221; &mdash; a pattern it learned from prior corrections, applied to a country it hasn&#8217;t seen corrected before.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Corrections get you through the driving test. Patterns make you a confident driver. That&#8217;s the second layer: <a href=\"https:\/\/github.com\/gepa-ai\/gepa\">Genetic-Pareto optimization<\/a>, an evolutionary prompt optimization technique. Memory-based optimization generalizes from the corrections it remembers. Genetic-Pareto goes further, distilling those corrections into rules compiled into the agent&#8217;s instructions, so the principle becomes the agent&#8217;s default behavior rather than a pattern it must retrieve each time. Both layers are live today for the data entry tool.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both mechanisms run with the rigor of a production machine learning pipeline. Unlike the memory features built into most AI assistants, which personalize the experience for an individual user, closed-loop learning improves task accuracy for everyone using your organization\u2019s agent. The learning stays scoped to your business process and governed by your tenant.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><a><\/a> <strong>&nbsp;<\/strong><\/td><td><strong><span style=\"color:#6b7280\" class=\"has-inline-color\">Personalization<\/span><\/strong><\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">Closed-loop learning<\/span><\/strong><\/td><\/tr><tr><td><strong><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Purpose<\/span><\/strong><\/td><td><span style=\"color:#6b7280\" class=\"has-inline-color\">Tailor experience<\/span><\/td><td><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Improve accuracy<\/span><\/td><\/tr><tr><td><strong><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Source<\/span><\/strong><\/td><td><span style=\"color:#6b7280\" class=\"has-inline-color\">User preferences<\/span><\/td><td><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Corrections from usage<\/span><\/td><\/tr><tr><td><strong><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Scope<\/span><\/strong><\/td><td><span style=\"color:#6b7280\" class=\"has-inline-color\">Individual user<\/span><\/td><td><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Organization-wide<\/span><\/td><\/tr><tr><td><strong><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Impact<\/span><\/strong><\/td><td><span style=\"color:#6b7280\" class=\"has-inline-color\">Agent feels natural<\/span><\/td><td><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Agent produces fewer errors<\/span><\/td><\/tr><tr><td><strong><span style=\"color:#1e1b4b\" class=\"has-inline-color\">Example<\/span><\/strong><\/td><td><span style=\"color:#6b7280\" class=\"has-inline-color\">&#8220;Call me Sarah&#8221;<\/span><\/td><td><span style=\"color:#1e1b4b\" class=\"has-inline-color\">&#8220;Expand abbreviated country names to full standard form&#8221;&nbsp;<\/span><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"inside-the-research\"><strong>Inside the research<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-approach\"><strong>The approach<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Today&#8217;s techniques for adapting Large Language Models don&#8217;t close the feedback loop between deployment and improvement. Retrieval-augmented generation (RAG) surfaces documents at inference time but doesn&#8217;t learn from outcomes. Fine-tuning adapts the model but requires a training and deployment cycle for every update. Open-loop prompt optimization improves a fixed prompt offline but doesn&#8217;t incorporate live feedback.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Closed-loop learning closes the gap through two complementary mechanisms. <strong>Memory-based optimization<\/strong> captures user corrections as structured memories retrieved at inference time, giving the agent immediate recall. <strong>Genetic-Pareto optimization<\/strong> periodically distills those memories into generalized rules using evolutionary prompt optimization, so the agent applies what it&#8217;s learned to cases it hasn&#8217;t seen. The agent acts, a user corrects, the system learns, the next action improves.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Closed-loop learning builds on two open-source projects. Memory-based optimization takes inspiration from <a href=\"https:\/\/github.com\/Memento-Teams\/Memento\" target=\"_blank\" rel=\"noreferrer noopener\">Memento<\/a>, though our implementation has evolved significantly to fit the Power Apps MCP server&#8217;s architecture. Genetic-Pareto optimization is implemented via <a href=\"https:\/\/github.com\/gepa-ai\/gepa\" target=\"_blank\" rel=\"noreferrer noopener\">GEPA<\/a>, integrated through DSPy, Stanford&#8217;s framework for programmatic LLM optimization.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-evaluation\"><strong>The evaluation<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The benchmark had to reflect enterprise data entry in practice. One of our early customers, the UK Electoral Commission, processes thousands of invoices annually from suppliers based in the UK, US, Ireland, and other countries. Each invoice demands structured extraction of supplier name, address, country, and total expenditure, with conventions that vary by supplier country and source document. The corrections the agent must learn are the organization-specific conventions that turn a correct extraction into a usable one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We evaluated four configurations on a dataset of 100 invoices across 10 independent runs, reporting the average score across runs with 95% confidence intervals. The primary metric is F1 score, balancing precision (are the predictions correct?) with recall (is the model predicting all the expected fields?). Our quality bar is strict: did the user save exactly what the agent predicted, with zero edits? By that measure, a prediction of &#8220;UK&#8221; when the organization&#8217;s records use &#8220;United Kingdom&#8221; is a quality gap, because the user still had to correct it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-results\"><strong>The results<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">These results are from pre-rollout offline simulation on UK Electoral Commission dataset. The data entry tool extracts content from invoices reliably. The gap is between that raw extraction and the format and conventions the organization expects. Closed-loop learning bridges that gap, calibrating the agent to the business. Across 4277 field instances, closed-loop learning decreased the share of fields users had to edit from 64% to 48%: 1045 fewer fields requiring manual correction.<\/p>\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-1024x599.webp\" alt=\"Closed-loop learning raises F1 extraction accuracy from 66.4% (baseline) to 74.6% (Genetic-Pareto optimization), an 8.2 percentage point lift.\" class=\"wp-image-134216 webp-format\" style=\"box-shadow:var(--wp--preset--shadow--400)\" srcset=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-1024x599.webp 1024w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-300x176.webp 300w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-768x449.webp 768w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-1536x899.webp 1536w, https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-2048x1198.webp 2048w\" data-orig-src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/f1_chart_v4-1-1024x599.webp\"><figcaption class=\"wp-element-caption\">Closed-loop learning calibrates the agent to the UK Electoral Commission&#8217;s invoice conventions, lifting F1 extraction accuracy by 8.2 percentage points over the baseline across 10 independent runs.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In 10 independent runs, Genetic-Pareto improved F1 score over the baseline from 66.4% to 74.6%, an 8.2 percentage point improvement.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The optimized prompt outperformed the baseline in all 10 runs, with non-overlapping confidence intervals and a positive confidence interval for the difference.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"how-genetic-pareto-calibrated-the-agent\"><strong>How Genetic-Pareto calibrated the agent<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The F1 number tells part of the story. The baseline typically extracts the right information from the invoice; the gap is in how the business needs that information presented. A supplier name shown as a brand tag rather than the legal entity. An address combined into one line rather than splitting across the fields the organization expects. A total reflecting the ex-VAT amount rather than the gross invoice total.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In one sample run, Genetic-Pareto addressed 76 of 583 gaps in the baseline (a 13% reduction):<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">Field category<\/span><\/strong><\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">Gaps addressed<\/span><\/strong><\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">What Genetic-Pareto learned<\/span><\/strong><\/td><\/tr><tr><td>Addresses<\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">59<\/span><\/strong><\/td><td>UK formatting heuristics: town + postcode splitting, Scottish or island locality handling, supplier-only address extraction<\/td><\/tr><tr><td>Total Expenditure<\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">12<\/span><\/strong><\/td><td>Use gross invoice total (including VAT), sum multiple invoices from same supplier, ignore partial amounts<\/td><\/tr><tr><td>Supplier Names<\/td><td><strong><span style=\"color:#4f46e5\" class=\"has-inline-color\">5<\/span><\/strong><\/td><td>Use legal entity name from invoice header, not brand tags, remittance agents, or &#8220;Bill To&#8221; sections<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These are taste and preference gaps. Genetic-Pareto closes them by calibrating the agent to how the organization structures its data. The gains were most pronounced when specific corrections mapped to a generalized principle. Country accuracy alone jumped from 11% to 78% after Genetic-Pareto learned to expand abbreviated country names. A broader evaluation of additional customers is in progress to validate and expand these findings.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"closing-the-loop\"><strong>Closing the loop<\/strong> <\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">This evaluation and rollout loop a data science team typically runs happens automatically inside your tenant, through the Power Apps MCP server. The system generates a candidate prompt, runs a shadow experiment (each request uses the current prompt for the user-facing result while the same input is scored in parallel on the candidate), and uses statistical validation (hypothesis testing and power analysis) to decide whether the candidate is measurably better. When it clears the threshold, the candidate automatically becomes the new baseline, and every subsequent request runs on the improved version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-comes-next\"><strong>What comes next<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Closed-loop learning will extend across more agentic workflows on the Power Apps MCP server over the coming weeks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The gap between passing the driving test and feeling confident behind the wheel is experience. Closed-loop learning gives agents that experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Get started<\/strong>: Add the <a href=\"https:\/\/learn.microsoft.com\/en-us\/power-apps\/maker\/common\/faq-power-apps-mcp-server-invoke-data-entry\">data entry tool<\/a> to your agent on the <a href=\"https:\/\/learn.microsoft.com\/en-us\/power-apps\/maker\/model-driven-apps\/power-apps-mcp-server\">Power Apps MCP server<\/a> and give your agent a memory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Building agents is fast. Teaching them how your organization works has been the hard part. Introducing closed-loop learning on the Power Apps MCP server: every correction calibrates the agent to your business, automatically.<\/p>\n","protected":false},"author":173,"featured_media":134273,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":["aiblog-content-sync"],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"audience":[3378],"content-type":[],"job-role":[],"product":[3473,3472],"property":[3454],"topic":[3420],"coauthors":[2079],"class_list":["post-134192","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","audience-it-professional","product-power-apps","product-power-platform","property-copilot-studio","topic-ai-and-agents","review-flag-1593580420-967","review-flag-2-1593580438-256","review-flag-4-1593580448-746","review-flag-5-1593580453-993","review-flag-6-1593580458-788","review-flag-8-1593580468-197","review-flag-machi-1680214159-935","review-flag-new-1593580248-627"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Closed-loop learning on the Power Apps MCP server<\/title>\n<meta name=\"description\" content=\"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Closed-loop learning on the Power Apps MCP server\" \/>\n<meta property=\"og:description\" content=\"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Power Platform Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-12T16:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-12T21:56:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"864\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Srihari Srinivasa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Srihari Srinivasa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/\"},\"author\":[{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/author\\\/srihas\\\/\",\"@type\":\"Person\",\"@name\":\"Srihari Srinivasa\"}],\"headline\":\"Power Apps MCP server introduces closed-loop learning for enterprise agents\",\"datePublished\":\"2026-05-12T16:00:00+00:00\",\"dateModified\":\"2026-05-12T21:56:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/\"},\"wordCount\":1402,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Closed-loop-learning.webp\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/\",\"name\":\"Closed-loop learning on the Power Apps MCP server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Closed-loop-learning.webp\",\"datePublished\":\"2026-05-12T16:00:00+00:00\",\"dateModified\":\"2026-05-12T21:56:08+00:00\",\"description\":\"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Closed-loop-learning.webp\",\"contentUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Closed-loop-learning.webp\",\"width\":1536,\"height\":864,\"caption\":\"Agents that learn from your corrections\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/power-apps\\\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Power Apps MCP server introduces closed-loop learning for enterprise agents\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/\",\"name\":\"Microsoft Power Platform Blog\",\"description\":\"Innovate with Business Apps\",\"publisher\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#organization\",\"name\":\"Microsoft Power Platform Blog\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/Microsoft-Logo-e1685482038800.png\",\"contentUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/Microsoft-Logo-e1685482038800.png\",\"width\":194,\"height\":145,\"caption\":\"Microsoft Power Platform Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/#\\\/schema\\\/person\\\/f90e1429c23bdde9f48b6c3e1b3184a7\",\"name\":\"Srihari Srinivasa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-download-96x96.png0de47adacde9929f712aa8e9f9f971df\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-download-96x96.png\",\"contentUrl\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-download-96x96.png\",\"caption\":\"Srihari Srinivasa\"},\"description\":\"Srihari Srinivasa is a Principal Product Manager at Microsoft. He focuses on how agents learn from real-world feedback and adapt to how organizations actually operate.\",\"url\":\"https:\\\/\\\/cm-edgetun.pages.dev\\\/en-us\\\/power-platform\\\/blog\\\/author\\\/srihas\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Closed-loop learning on the Power Apps MCP server","description":"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/","og_locale":"en_US","og_type":"article","og_title":"Closed-loop learning on the Power Apps MCP server","og_description":"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.","og_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/","og_site_name":"Microsoft Power Platform Blog","article_published_time":"2026-05-12T16:00:00+00:00","article_modified_time":"2026-05-12T21:56:08+00:00","og_image":[{"width":1536,"height":864,"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.png","type":"image\/png"}],"author":"Srihari Srinivasa","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Srihari Srinivasa","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/srihas\/","@type":"Person","@name":"Srihari Srinivasa"}],"headline":"Power Apps MCP server introduces closed-loop learning for enterprise agents","datePublished":"2026-05-12T16:00:00+00:00","dateModified":"2026-05-12T21:56:08+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/"},"wordCount":1402,"commentCount":0,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.webp","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/","name":"Closed-loop learning on the Power Apps MCP server","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#primaryimage"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.webp","datePublished":"2026-05-12T16:00:00+00:00","dateModified":"2026-05-12T21:56:08+00:00","description":"Every user correction calibrates the agent to your business, automatically. Closed-loop learning is live today on the Power Apps MCP server.","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#primaryimage","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.webp","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2026\/05\/Closed-loop-learning.webp","width":1536,"height":864,"caption":"Agents that learn from your corrections"},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/power-apps-mcp-server-introduces-closed-loop-learning-for-enterprise-agents\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/"},{"@type":"ListItem","position":2,"name":"Power Apps MCP server introduces closed-loop learning for enterprise agents"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","name":"Microsoft Power Platform Blog","description":"Innovate with Business Apps","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization","name":"Microsoft Power Platform Blog","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","width":194,"height":145,"caption":"Microsoft Power Platform Blog"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/person\/f90e1429c23bdde9f48b6c3e1b3184a7","name":"Srihari Srinivasa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/02\/cropped-download-96x96.png0de47adacde9929f712aa8e9f9f971df","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/02\/cropped-download-96x96.png","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2025\/02\/cropped-download-96x96.png","caption":"Srihari Srinivasa"},"description":"Srihari Srinivasa is a Principal Product Manager at Microsoft. He focuses on how agents learn from real-world feedback and adapt to how organizations actually operate.","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/srihas\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Power Platform Blog","distributor_original_site_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/134192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/users\/173"}],"replies":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/comments?post=134192"}],"version-history":[{"count":8,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/134192\/revisions"}],"predecessor-version":[{"id":134219,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/134192\/revisions\/134219"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media\/134273"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media?parent=134192"}],"wp:term":[{"taxonomy":"audience","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/audience?post=134192"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/content-type?post=134192"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/job-role?post=134192"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/product?post=134192"},{"taxonomy":"property","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/property?post=134192"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/topic?post=134192"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/coauthors?post=134192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}