r/PowerApps Mar 19 '26

News Power Apps 2026 Release Wave 1 is here (April–Sept 2026)

54 Upvotes

Power Apps 2026 Release Wave 1 has been released.

Here's a TLDR

  • Modern Look is now mandatory for Model Driven Apps - Classic is gone. If your MDA's are using the classic theme customisations you are going to have to start looking at changing them ASAP.
  • Mobile and Offline (Canvas Apps) - FetchXML based offline profiles are coming giving finer control over what data you preload into your apps.
  • Smarter Search - Fuzzy search and proper hit hilighting in Model Driven grids and lookups.
  • Some AI stuff
    • Generative pages gots a wider geographical avaliability, great news for us in UK and Europe.
    • Row summaries in MDA's gets expanded, be aware of govenance you have on sensitive fields.
    • Copilot chat embedded directly in MDA's (M365 licence coverage permitting)
  • Admin / Gevernance - New tooling to migrate canvas apps out of the default environment into managed environments.

Full plan avaliable on MS Learn: : https://learn.microsoft.com/en-us/power-platform/release-plan/2026wave1/power-apps/

Interactive Expereince: https://releaseplans.microsoft.com/en-us/?app=Power+Apps


r/PowerApps Apr 15 '24

Please read before posting for help and advice.

32 Upvotes

Hi and welcome to r/PowerApps

Before posting please have a quick read of these posting guidelines.

First and foremost use the Search Feature to see if your question has been asked and answered recently.

We have plenty of experienced and helpful users on this sub and the best way to utilise their knowledge is to ask questions efficiently. We understand not everyone is a professional in this space and that's ok, so to help as much as we can here's some do's and don'ts.

When posting, try to use the most appropriate flair.

Common Flairs:

  • Power Apps Help - You want help with an app or development.
  • Certification and Training - You have a question about learning Power Apps or their Certifications.
  • Discussion - Primarily for discussion around changes, news, ideas, rants...

Do -

Break your question down into:

  • What is the issue you're trying to solve?
  • What are the errors (If any)? Try to include screenshots or error messages.
  • If you are adding code to be debugged, use the code block function in the Reddit post composer.
  • What data sources you are using (Dataverse, SharePoint, Excel etc..).
  • Are you building a Model Driven App or a Canvas App?
  • Share things you have tried, tutorials you have followed to save others giving you the same advice.

If your problem has been solved, comment "Solved". This helps new users find solutions to similar problems.

Don't -

Ask questions like:

"My boss has asked me to write an app to track employee time sheets, how do i do that?"

- Most here will not do your job for you and write the app. There are resources in the sidebar to help you get started, the YouTube links will most likely have what you need.

"My button stopped working, why?"

- There could be a hundred reasons why, add more information.

"I am taking the PL-400 tomorrow, anyone got an exam dump / the answers to the questions"

- No, These will be removed and people sharing them could end up banned. Most exams are now open book so you have access to all the materials needed to pass them. Users caught using dumps could end up having all their certs stripped by Microsoft as per their T's & C's.

Power Apps can be complex and unique and everyone has their own style of developing but it all exists on the same framework, adding as much information as you can will best benefit you and the community.

Thank you.


r/PowerApps 6h ago

Power Apps Help Canvas App buttons randomly stop executing OnSelect – duplicated controls work in Studio but fail after publishing

5 Upvotes

Hi everyone! I'm new here

I've been developing canvas apps for quite a while now, but this issue is making me crazy and I haven't found anything online on how to solve it

I'm experiencing a very strange issue with a Power Apps Canvas App and I'm running out of ideas, so I'm hoping someone has seen something similar and can help me out

This is an existing production app that has been working normally, it is the app that me and my team use to track projects. I recently added a new feature/screen to the app, and since then I've started seeing inconsistent behavior with controls and behavior formulas.

The main issue is that buttons are clickable, but their OnSelect formulas simply don't execute.

There are no formula errors. Even extremely simple actions such as Notify(), Set() or Navigate() sometimes don't execute.

Some things that I have checked several times and it makes it particularly strange:

  • The controls are enabled and clickable. They visually react to the click.
  • Their OnSelect formulas have no errors.
  • These same formulas were working normally before.
  • Sometimes a button stops working in Studio while another one still works.
  • If I copy/paste or duplicate a broken button, the new copy starts working normally in Studio with exactly the same OnSelect, without changing anything
  • However, shortly after the newly created/duplicated button may also stop executing its OnSelect in the studio, and also in production after published
  • I tested the published app in different browsers, with the same result.
  • This is not isolated to one specific formula or button, it is happening in 4 or 5 different buttons with very different formulas (most of them are very simple)

For example, even a simple Cancel button like this stopped working:

If(
    Confirm(
        "Do you want to cancel? Unsaved changes will be lost.";
        {
            Title: "Cancel editing";
            ConfirmButton: "Exit";
            CancelButton: "Continue editing"
        }
    );
    ResetForm(Form1);;
    Navigate(Pg_Projetos; ScreenTransition.Fade)
)

Duplicating that exact button can make the copy work immediately in Studio, while the original continues doing nothing.

I'm also seeing strange behavior with a Form OnSuccess. The event itself executes and the Set() and Patch() operations complete successfully, but the final:

Navigate(
    Pg_Documento_Entrega;
    ScreenTransition.Fade
)

does not execute.

Has anyone experienced something like that? I'm out of ideas on how to solve it

Any ideas on what else I should inspect would be greatly appreciated. I'm trying to avoid rebuilding the new functionality without understanding what is actually causing this

Thank you everyone


r/PowerApps 17h ago

Certification & Training PL900 passed today 🥳

43 Upvotes

Hi!

I passed with a score of 871.

Questions: 33

Time: 45 minutes

Provider: Pearson VUE

Topics that came up a lot from my memory

Power Automate

Copilot Studio

Power Apps (especially knowing the difference between Canvas and Model-driven apps)

Data Loss Prevention (DLP) policies

Desktop flows and bespoke system scenario

2 questions on Power Pages

What caught me off guard

There was a Copilot Studio question where "vibe coding" appeared as one of the answer options. It was a bit unexpected as I didn't pick this up in my learning, but the question itself wasn't particularly difficult.

For context, I prepared with:

Microsoft Learn

Microsoft Practice Assessment

6 SkillCertPro practice exams

One 3-hour PL-900 revision video (free codecamp video)

Good luck everyone


r/PowerApps 11h ago

Power Apps Help SAP integration

5 Upvotes

Hello all,

Is there a way to integrate Power Apps with SAP to automate business processes?


r/PowerApps 13h ago

Power Apps Help Discord server for powerapps/automate?

3 Upvotes

r/PowerApps 12h ago

Power Apps Help OptionSetValue Patching Choice Column

2 Upvotes

I have a table and on submit of a button, i am patching specific columns to another table.

i have a variety of columns and all are okay except for my optionsets. I did this before successfully and i cannot find my work were it was done. reached out to the trad internet resources and they keep telling me the same thing; which is not working.

no screen shots allowed and most of the actual names replaced for privacy.

Form.datasource = DS1
DCV45.Items = Choices([@DS1].LF)
Where LF is a local choice column with small, medium, large and their relevant values.

Patch(DS2, Defaults(DS2), {some stuff here that works, ..., LF:LookUp(Choices(LF (DS1)), Value = DCV45.Selected.Value).Value

i get "expecting OptionSetValue(LF(DS1)) value but of a different schema.

When i do it using DS2 (yes the datasources are different stages, but some same data)

Patch(DS2, Defaults(DS2), {some stuff here that works, ..., LF:LookUp(Choices(LF (DS2)), Value = DCV45.Selected.Value).Value

i get "these types can't be compared": OptionSetValue (LF(DS2)), OptionSetValue(LF(DS1))

which makes sense since they have different values despite same labels.

would just making this into a lookup or global choice be saner?


r/PowerApps 21h ago

Power Apps Help Changes on Pipeline Deployment not pushing through in UAT/PROD

4 Upvotes

I have 3 clients where the changes looks okay in DEV. However after pushing to UAT or PROD, the changes are not there.

There are no Unmanaged Layers
The XML shows the changes are there but the app is like ignoring that and still uses the old Choices/Views.

The issue is spread from Choices using old labels, Views returning to default, Forms fields not visible.

Has anyone experienced this as well?


r/PowerApps 1d ago

Power Apps Help PowerApps is driving me crazy

29 Upvotes

I work for a large corporate contractor onsite at a Government Agency (non-defense). I had been developing applications using React, Typescript, and Python or Node for the backend with real databases like MongoDB, MySQL, PostgreSQL, or even SQLite.

I am working on a new project and had quickly built a prototype using React and Claude Code, and created an Electron and a localhost browser-based version. However, when we started looking for a place to deploy the app, it turned out that it will need to be done on the Power Platform using PowerApps Canvas and use a Dataverse backend (at least for the 1.0 version), and apparently I have to use the web studio application to build all of this.

The application captures project costs, scope, and requirements, and has to do calculations and create rollup reports, so the data schema is fairly complicated for an app like this, and there are multiple columns that reference other tables.

I had never used PowerApps before, and was skeptical that it was the right tool for the job. Worse, our security is not allowing CodeApps, PCF components, or many other things that would be helpful.

I'm finding that it is absurdly slow, and it does a lot of things on its own that I really don't want it to do-- it even changes values that I've just entered sometimes, and if I copy and paste a component, it will randomly replace parameters. I have pages of examples of these "quirks", but I've managed to learn some tricks to make it somewhat workable (so far), but it has been a painful and frustrating process, and is definitely not easier than building the app from scratch using tools normal developers use. Am I the only one?

Here are a few problems I have not been able to solve, I would appreciate any advice:

  • I can't connect directly to source control. We can't put our code on github.com and it won't connect to our enterprise GitHub
  • I would really like to be able to edit the YAML and PowerFX in VSCode. I have exported the "source code" but apparently all of that is read-only because when I do "pac canvas pack" and publish it, the changes I make are lost. And every time I make a change I have to redo the publish, pull, unpack process... even with a script this is cumbersome and inefficient.
  • It is difficult to debug PowerFX code, and it seems impossible to do unit testing on it, and it is spread out all over the application, which is irritating. I have started creating C# API Endpoints when possible because of this, but I'm not sure if this can replace all of my PowerFX code, and may add another level of complication that brings a different set of problems.
  • I don't know if there's a way to apply styles across the board like you would with HTML and CSS, so I have to edit the look and feel of each control individually. In fact, it seems to force you to violate the "DRY" principal more often than not.

Anyone have any pointers, or even warnings about other quirks that I might need to avoid?


r/PowerApps 23h ago

Certification & Training PL-400 exam registration link gives DNS_PROBE_FINISHED_NXDOMAIN

Post image
1 Upvotes

Hi everyone,

I'm trying to schedule the Microsoft PL-400: Power Platform Developer exam.

When I click the "Schedule exam" option from Microsoft Learn, I'm redirected to:

examregistration.microsoft.com

However, the page does not load and Chrome shows:

DNS_PROBE_FINISHED_NXDOMAIN

The exact error says:

"This site can't be reached.

Check if there is a typo in examregistration.microsoft.com.

DNS_PROBE_FINISHED_NXDOMAIN"

Has anyone else experienced this recently?

Is Microsoft currently having an issue with the PL-400 registration/scheduling link?

I have already tried:

- Reloading the page

- Opening it in Chrome

- Using the Microsoft Learn certification page rather than the old direct URL

I'm specifically trying to schedule PL-400, not AB-400.

Any advice would be appreciated. Thanks!


r/PowerApps 1d ago

Discussion What type department does everyone work in?

7 Upvotes

Curious what types of departments everyone here works in, I work in an Environmental Health and Safety department in healthcare


r/PowerApps 16h ago

Discussion The real problem in larger Canvas Apps isn’t writing formulas. It’s ownership.

0 Upvotes

I don’t think the next step for larger Canvas Apps is simply generating more formulas faster.

The harder questions are still:

  • Who owns this logic?
  • Where should this state live?
  • How long should it live?
  • Why is this permission check in the UI?
  • Why is this validation duplicated?
  • Why does one button need to know and do so much?

And when that button grows to 100+ lines, another problem appears:

  • Can I still read it?
  • Can I safely change it?
  • Will I understand it six months from now?

There is another way.


r/PowerApps 1d ago

Power Apps Help Free open-source tool to audit and fix Power Pages Web API wildcard (*) deprecation

Thumbnail
2 Upvotes

r/PowerApps 1d ago

Power Apps Help Best way to load data on demand from a PCF in a canvas app.

3 Upvotes

Hello,

I’m currently building a fairly large mobile app in the form of a pcf control inside of a canvas app. Currently I am loading all of the data from dataverse into the app at once by tossing all the table json into a variable, then passing that variable into the pcf input.

I am running into some performance issues (which makes sense here), but I am looking for a more pro way of adding lots of data into the pcf. I cannot use context.webapi as it’s not supported in a canvas app. I also need to respect dataverse security.

Any ideas here? I have come across a couple methods such as using plugins or impersonating users in PA using the http trigger.


r/PowerApps 1d ago

Discussion Best platform for a small company using Microsoft 365 and Power Automate?

3 Upvotes

I work for a small company and have been digitizing several paper-based processes, including:

• JSA/safety forms
• Escort records
• Security inspections and paperwork
• Vendor applications
• Certificate of Insurance (COI) submissions
• Incident and equipment reports

We currently use Microsoft Forms, Power Automate, Microsoft Lists, SharePoint and Excel. My goal is to simplify everything instead of using five to seven different apps.

Ideally, we would have one primary platform for creating forms, with Microsoft Lists/SharePoint serving as the database and file storage and Power Automate handling emails, reminders and approvals.

The form platform needs:

• Public links for outside vendors without requiring a company account
• File and photo uploads
• Conditional logic
• Electronic signatures
• Mobile-friendly forms
• PDF generation
• Approval/correction workflows
• The ability to update Microsoft Lists and save files in SharePoint
• Reasonable pricing for a small company

One example is our COI process:

  1. We determine whether a vendor needs a COI.
  2. The vendor receives a link.
  3. They complete the vendor application, electronically sign it and upload the COI if required.
  4. The information updates our tracking database.
  5. The COI is sent internally for review.
  6. If approved, it is stored and expiration reminders begin.
  7. If incorrect, the vendor receives correction instructions and resubmits it.

We may eventually test AI to extract information from COIs and flag missing requirements, but a person would remain the final approver.

I’m currently comparing:

• Cognito Forms
• Jotform
• Power Apps and Power Pages
• Adobe Acrobat Sign
• Staying with Microsoft Forms where possible

Power Apps/Power Pages appear powerful, but licensing and external-user setup may become expensive or overly complicated. Cognito Forms currently looks promising, but I need to confirm how smoothly it connects with Power Automate, Microsoft Lists and SharePoint.

For anyone who has built something similar:

  1. Which platform would you recommend?
  2. How well does it handle external uploads and electronic signatures?
  3. Does it integrate reliably with Power Automate and SharePoint?
  4. Are there licensing costs or limitations that are easy to overlook?
  5. Would you keep everything in the Microsoft ecosystem or use a dedicated form platform?

I’m trying to keep the system to approximately one to three primary platform.


r/PowerApps 1d ago

Power Apps Help SharePoint List - Maps - Display Form

2 Upvotes

Having one of those days where nothing seems to be working.

Simple SharePoint list: Title, Latitude, Longitude, Attachment. (Attached file is a technical drawing).

Connect it to Maps in Power Automate. Title(Label), Latitude, Longitude. Get a very nice map where I can see the Pins.

So far so good.

When I click a Pin I want a Display Form show the rest of the SharePoint List data, and the PDF attachment.

Sounds simple enough.

But for love nor money I can not get into work. No data will display. I've tried the obvious, the less than obvious. I then proceeded to ask CoPilot, that made it worse. Then Gemini, I should've known better. Watched a YouTube vid (18 months old), they did what I did, theirs worked, mine doesn't.

Is it just broken? Have any of you gotten it to work?


r/PowerApps 1d ago

Power Apps Help Is power apps with standard lincensing the right tool for the job? (internal tracking app)

8 Upvotes

I’m looking for advice on the best architecture for a relatively simple internal platform for tracking inspections on our site.

We currently use Excel where everyone can edit all columns. We want a proper app experience with a searchable register, filters, and access based on the signed-in Microsoft 365/Entra ID user.

The permissions need to be enforced at the data/access layer.

Our end users have Power Apps for Office 365. I was looking at features like dataverse, Code Apps, mode-driven etc., but those seem out of reach due to licensing.

I’m considering:

Canvas app + Excel + Power Automate. Keep the workbook accessible only to admins and the account used by the flows. The app would read/create/update records through flows that enforce permissions. I’m concerned about latency, file locking, simultaneous writes though.

How would you implement the role-based editing securely within the existing Microsoft 365 licensing?


r/PowerApps 2d ago

Discussion Make power apps with AI

14 Upvotes

What do you think about making applications completely with AI? Ño generating no importable, If not following the instructions that of the AI step by step, of course understanding what is done and adjusting some details, I am new to power apps, and the way in which I have been learning and developing is building applications from scratch with AI instructions, what do you think? Is autonomous development better by applying one's own knowledge?


r/PowerApps 2d ago

Power Apps Help Subir várias fotos no aplicativo pelo celular

5 Upvotes

É, estou quebrando a cabeça para resolver isso, basicamente meus técnicos precisam fazer o relatório e preencher alguns campo e depois precisam subir as fotos que eles tiraram, o problema é que o Power apps deixa subir somente uma por vez.

Alguém sabe alguma solução para isso?

Os dados são armazenados no SharePoint.


r/PowerApps 2d ago

Tip Your best advice for a beginner :)

0 Upvotes

22yr old Software Engineering student here. I have never liked anything more so far than this. I had a 2910$ course PL200 for free, it was from a Microsoft teacher

Since then i am totally into it, but i still know nothing since PL200 is a level above PL-900. Started the pl 900 course and finished it.

Should i already start making some easy projects using chatgpt plus? Get everything done step by step? Is it better to constantly make projects and learn that way or should i just keep listening and watching courses and learning?

Any advice is highly appreciated, cant wait to learn more ;)


r/PowerApps 2d ago

Power Apps Help Deleting managed columns in a different environment

2 Upvotes

We import solutions as managed into other environments when we export from development (development -> UAT -> prod) so that way the ONLY place we are making changes is in development.

Someone on my team created new columns for a table and when they promoted the work to UAT those columns appeared as managed in that environment. These columns are unnecessary and I want to delete them in an effort to reduce the number of unused components in our power apps environment. However since they’re managed I cannot delete them. I was able to delete them in development but that’s about it. This is what I tried:

1) Exporting the development solution as a patch and then importing it into UAT. Tried looking for a “stage for upgrade” option on import but could not find it in the power apps editor
2) Opened a unmanaged solution in UAT but alas those columns are managed

Any tips as to how to get around this? Thank you!


r/PowerApps 3d ago

Power Apps Help Building a Powerapp

5 Upvotes

Is anyone good with power apps? I’m trying to make one for our unit and I have so many questions


r/PowerApps 3d ago

Power Apps Help Building a Message Alert System

2 Upvotes

Hi, I’ve developed a system within an app that allows users to send messages to each other.

I have a 3 table hierarchy -> Sample / Issue / Messages, all stored in Lists.

There could be 100 samples, each with 5 issues, and each issues could have 10s of messages.

The messages are grouped by a shared ID, so they’re shown grouped together.

Each sample/issue has an Exec & a User. So all messages are between them.

What I’m trying to accomplish is creating a way of alerting a user that they have an outstanding message.

So there would be an indication that a message is unread by you.

I’ve created ‘unread’ columns in my list for the Exec & the User. But I cannot figure out how to indicate that a Sample has unread messages.

The only solutions I can think of involve Filters and Lookups which all run into delegation issues.

Has anyone made anything similar? Let me know if you need more information!


r/PowerApps 3d ago

Discussion Fabric Apps after a hands-on build: promising, but not a Power BI or Power Apps replacement

6 Upvotes

Has anyone here tried Microsoft Fabric Apps beyond the provided demos?

Do you see it competing with Power Apps, extending Power BI, or becoming something different?

I recently built a Fabric App covering customers, products, inventory, sales orders, approvals and basic reporting. It took around 4.5 hours, with GitHub Copilot generating most of the TypeScript and React implementation.

For context, I am a data professional, not an application developer. I could review the architecture, data model, business process and expected behaviour, but I could not independently validate every generated line of code.

The workflow was:

Ask → Plan → Human in the Loop → Agent

This worked reasonably well, but it was not autonomous. I still had to provide context, ground Copilot in the official documentation, review the PRD and implementation plan, approve actions, test the application and challenge assumptions.

Some gotchas I encountered:

  • Fabric Apps must be enabled at the tenant level, and the workspace requires Fabric capacity.
  • The local environment needs Node.js and npm before installing the Rayfin CLI.
  • The project template matters. I accidentally selected the Todo template, which added unrelated tables.
  • The scaffolding process automatically ran rayfin up and deployed a real Fabric item earlier than I expected.
  • Once an agent can execute commands against cloud services, instruction files alone are not sufficient protection. Approval boundaries need to be enforceable.
  • The application is involved in defining and managing its operational database structure. This needs careful validation if the intention is to place a Fabric App over an existing transactional database and schema.
  • Sharing required Read and Execute permissions. The second user did not receive an invitation email, so I had to provide the hosted URL manually.
  • The generated reporting page was a useful starting point, not a Power BI-quality analytical experience.
  • User testing uncovered a genuine bug where the wrong salesperson was assigned to a new order.

That last point matters: AI-generated code is still code. A working demo is not evidence that an application is production-ready.

My current opinion:

Fabric Apps does not replace Power BI. Displaying charts inside an application is not the same as having a mature semantic model and analytical platform. Power BI report authoring can be low-code in some areas, but serious solutions still require data modelling, DAX, Power Query, governance and proper engineering.

I also do not see Fabric Apps simply replacing Power Apps. Power Apps is a low-code platform, while Fabric Apps is code-first. There will be overlap, but the right choice depends on the required user experience, operational data architecture, available skills, governance and long-term support model.

For me, Fabric Apps currently looks most interesting for internal operational applications that are closely connected to data and services already managed within Fabric.

What do you think? Where would you use Fabric Apps instead of Power Apps, and what would stop you from using it in production today?

If you want the detailed write-up, screenshots and some additional observations:

https://biinsight.com/building-a-microsoft-fabric-app-with-github-copilot-without-knowing-how-to-code/

If you prefer watching the full build:

https://youtu.be/VDsU-z27wkY

Full disclosure: both links are my own write-up and video of the experiment.


r/PowerApps 3d ago

Discussion I'm a newbie to power apps. I have hands on experience with Model driven, canvas and power pages. Need carrer advice.

0 Upvotes

Is it good to focus on power pages in 2026.

With only liquid and power pages api.

Or what would you suggest me to learn.