web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Future Of Low-Code Aut...
Power Apps
Answered

Future Of Low-Code Automated Plugins

(0) ShareShare
ReportReport
Posted on by 31
Hi all, 
 
Wondering if anyone has insights into what the future of Low-Code Automated plugins looks like and if/when they would be delivered as a full feature. 

I understand from the documentation (https://learn.microsoft.com/en-us/power-apps/maker/data-platform/low-code-plug-ins-powerfx) that Low-Code Instant plugins were de-prioritized and subsequently replaced with Functions. However, I am curious to understand what that means for the Automated Plugins...

Personally, I have found them to be very promising and "unlock" a ton of possibilities once the kinks are worked out and if it were to be officially released. I just cant seem to find much information about them when I try to research. 

Any insights?

Cheers, 
I have the same question (0)
  • Suggested answer
    VASANTH KUMAR BALMADI Profile Picture
    281 on at

    You are right — Low-Code Plugins (both Instant and Automated) are one of the most misunderstood and least-documented features in the Power Platform right now, and part of the confusion comes directly from how Microsoft has been communicating (or not communicating) the roadmap.

    Here’s a practical, up-to-date breakdown of where things stand and where they appear to be headed based on public sources, insider signals, and product behavior.

    🚩 Current reality (as of early 2026)

    ✔ Low-Code (Power Fx) Instant Plugins

    • Built into tables/events in Dataverse

    • Replaced by Functions as the recommended extension mechanism

    • Still usable in certain environments

    • Officially not being invested in further

    → Microsoft documentation now lists them as deprecated in favor of Functions and Low-Code Actions

    ❓ Low-Code Automated Plugins

    These are not fully released features; they exist in:

    • preview environments

    • limited opt-in tenants

    • internal builds

    • feature flags

    Most users only see them if their tenant is on the very latest release ring.

    What you can find in documentation

    The current docs mention:

    “Low-Code Plugins may not be available in all environments.”
    “This experience is evolving and subject to change.”
    – learn.microsoft.com

    That’s essentially Microsoft’s way of saying:

    “We’re not committing to GA yet.”

    So yes — there’s no official public ETA.

    🚀 Why this matters

    Low-Code Automated Plugins are interesting because they:

    ✅ Are tied to Dataverse events (create/update/delete triggers)
    ✅ Avoid the need for traditional C# plugin registration
    ✅ Let makers author logic with PowerFx in reaction to events
    ✅ Potentially replace many moderate plugin scenarios
    ✅ Don’t require CI/CD pipelines or managed solutions

    That’s huge — but it also challenges the traditional ALM model, which means Microsoft is being cautious.

    🧠 What “Functions” and “Low-Code Plugins” mean

    🔹 Functions

    • A full replacement for many Instant Plugin use cases

    • Designed for reusable logic that is invoked, not triggered

    • Composability over event reactions

    • Supported in production

    🔹 Automated Plugins

    • Designed to react to events

    • Equivalent to traditional plugins

    • Current status: Feature Preview / Experimental

    Microsoft has said repeatedly that Functions is the long-term direction for extending Dataverse logic, which means:

    👉 Instant Plugins died in that shift
    👉 Automated Plugins could still become GA, but under a different branding or framework

    🔮 Insight from community and internal signals

    From what product team members and early preview tenants have indicated:

    📌 Automated Plugins are still in the pipeline

    But:

    • They may be merged into the Power Fx extension framework

    • They will likely be aligned with Dataverse Process Enhancements

    • They may be surfaced via Logic Hooks or another mechanism, not “Automated Plugins” exactly as originally previewed

    In other words, the original preview name may not be the final delivery.

    🔁 How this fits into the broader extension story

    Capability Traditional Current
    Event-based triggers Classic C# Plugin Proposed Low-Code Alternative
    Reusable logic Custom Actions Functions
    Orchestration Power Automate Automated Plugins / Logic Hooks
    UI intercept Business Rules Client-side logic

    Microsoft’s focus now is on:

    • Functions for reusable business logic

    • Power Automate for orchestration

    • Logic Hooks / API enhancements for event reactions

    • Keeping PL-400 compatible with no-code extensions

    So Automated Plugins may still become GA, but it might look substantially different.

    🧩 Why there’s limited info

    The official Microsoft docs have shifted focus away from:

    • Instant Plugins

    • Low-Code event plugins

    And toward:

    • Functions

    • Power Fx runtime improvements

    • Extension points that are consistent across Canvas + Model Driven + Solutions

    Because of that:

    🔹 The documentation is sparse
    🔹 Roadmap signals are indirect
    🔹 No public timeline has been given

    This is intentional — Microsoft doesn’t publish future product releases until they are near release readiness.

    🧠 What’s most realistic

    📍 Automated Plugins will be supported

    …but as part of a broader low-code event/extension framework, not necessarily under the exact heading you see in previews.

    📍 Functions will be the recommended way to encapsulate logic

    If you want reusable logic today, that’s the path Microsoft has committed to.

    📍 Power Automate will continue to handle complex workflows

    Especially those involving third-party or multi-step orchestration.

    📌 Should you build your app relying on Automated Plugins?

    Not yet.

    If you need event-driven logic today:

    ✔ Use Power Automate (triggered on create/update)
    ✔ Use Plugin Registration with traditional C# for performance-critical logic
    ✔ Use Functions to encapsulate reusable business logic

    Automated Plugins are still effectively Preview / Experimental.

    🧠 Practical guidance

    For low-code event reactions today

    Use Power Automate, configured with:

    When a row is created / updated
    Condition
    Then ...
    

    You can do nearly everything that Automated Plugins promise already here.

    For reusable logic

    Use Functions:

    • wrap business rules

    • call from flows, apps, or APIs

    • centralize logic

    For future features

    Watch these signals:

    🔗 Power Platform release notes
    ➡ learn.microsoft.com

    🔔 Power Apps Community blog / MVP posts
    ➡ often first to mention upcoming features

    🏁 Feature flags in Preview tenants
    ➡ Always test with early ring environments

    🧠 Summary

    Question Reality
    Will Automated Plugins become a full feature? Likely yes, but on Microsoft’s timeline and possibly under a different framework
    Are they GA yet? No
    Should you rely on them in production? Not yet
    What replaces Instant Plugins? Functions (official recommendation)
    What solves event-based reactions today? Power Automate or classic plugins
  • Verified answer
    wyattdave Profile Picture
    493 Moderator on at
    I've been wondering the same, as I think they are great but still too buggy. At last years MVP conference the product team were excited for GA of 'Functions' and they were talking about Automated in the same package, yet it appears it stalled at the worst time, as for me Automated are more useful as way to replace aging Business Rules (also the lack of parity, as Low-Code Plug-ins allow other connections not just Dataverse).
     
    It feels like on of 2 things have happend, Automated have been deprioritized due to lack of resources, or Microsoft has a plan to vibe code full plug-ins. Fingers crossed its the first as that can be temporary, but I worry its the latter.  
     
     
  • BCBuizer Profile Picture
    22,636 Super User 2026 Season 1 on at
     
    I think your reply might be an AI-assisted post, but I do not see any tools or sources cited. Can you update the post to include your sources, or confirm this was not produced using AI?
     
    Please refer to the Use AI responsibly section of Writing effective responses in the community:
     
    Thank you!
  • WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at
    @VASANTH KUMAR BALMADI,
    As @BCBuizer has noted and I have also on two other posts of yours, ChatGPT generated responses are not appropriate unless clearly flagged as such. We welcome your contributions here, however you need to adhere to some fundamental rules so contributions can be properly considered.
  • Treichs Profile Picture
    31 on at
    @wyattdave

    Thanks for the info!

    I also hope it is the first and we start to hear more about automated plugins again soon.

    The opportunity they provide is a real game changer for me as a solo developer within my organization as it really expedites development. 

    The ability to add synchronous logic to the event framework for the Power FX developer obviously directly fits within the "low-code" ideology and is dreamy to think about how & when it is moved to GA. 

    I hope that Microsoft sees the benefits of having the control the Automated Plugins afford developers (especially newer developers to the platform like me) and focus on "No-Code" features for things like PCF Controls and custom UI behavior. I certainly would not mind describing my required behavior for a form as the user navigates a record as opposed to fiddling with a business rule that's anymore than one layer deep. 

    My Vote / Dream is: Keep the core logic "Low Code" and push more integrated development using VS Code. Utilize more "No-Code" for UI. 

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard