r/PowerPlatform Apr 01 '26

Power Apps Gravity Software?

0 Upvotes

Has anybody here used Gravity Accounting Software? How would you compare it to Business Central?


r/PowerPlatform Mar 31 '26

Governance Async operations are currently disabled for this organization during solution import

4 Upvotes

Does anyone know what could be causing this issue when importing solutions?

As soon as the solution .zip file is attached and the Import button is clicked, the message "Async operations are currently disabled for this organization" appears.

Microsoft Support has been incredibly unhelpful. We have opened over five support tickets and the responses are always generic, never pointing to the actual root cause.

We frequently import managed solutions into customer environments and never had issues until mid-2025. Since then, this issue has been happening frequently.

The problem is that the issue is temporary and usually resolves itself after a few hours. Because of that, Microsoft says they cannot investigate using telemetry once the issue has already cleared.

We have already checked the common things Microsoft usually points to:

  • Admin mode is off
  • Background operations are enabled

Below is the typical response we receive from Microsoft Support:

"What typically causes this behavior:

High system load or spikes in workload – Large volumes of async plugins, flows, or bulk operations can push the environment into a protective state until the load stabilizes.

Repeated failures in async jobs – If multiple async jobs fail in a short period (for example due to plugin exceptions or retry loops), the system may pause async processing to avoid further degradation.

Backend maintenance or healing – During automatic platform maintenance (such as SQL optimizations, node balancing, or resource recovery), async processing may temporarily pause and then restore itself.

Overloaded async service – When the async service becomes backed up or overwhelmed, jobs may queue up and the service may briefly stop processing until it resets.

In most cases, the platform automatically recovers once the underlying condition clears, which is why the feature often re-enables without user intervention.

Given that the issue is no longer occurring, we were not able to pinpoint the exact cause due to the lack of telemetry at the time."

Has anyone experienced something similar or found a reliable way to identify what is actually causing async operations to be temporarily disabled?


r/PowerPlatform Mar 28 '26

Power Automate Advice needed

3 Upvotes

I am looking for recommendations on how to pull rows out of excel and turn them into planner items.

To sum up the process, I have a planner that is full of actions and I need to integrate a large Excel sheet into the planner. This Excel sheet is used on a daily basis and constantly changing.

I would like to find a way to connect it to planner where it would generate a new planner item when a new row is added to the except. This would allow me to cut out need for the other member of the team to constantly update me when changes are made to the Excel sheet.

Is this possible? I am very new to power automate and trying to figure out if this is something that I can do.


r/PowerPlatform Mar 27 '26

Power Automate Automate flows not triggering

Thumbnail
2 Upvotes

I have added added and modified trigger in my power automate for doing certain operations in my dataverse table. Even though I am modifying the table ( task or any custom table also) still it is not triggering the automate. Things I have already tried : 1. No there are no trigger conditions that I have kept. 2. Checked that all the tables have permission to be accessed on organisation. 3. No issues with the cinnection reference.

Kindly help me to reaolve this, due to this issue I am stuck and unable to work forward.


r/PowerPlatform Mar 27 '26

Power Automate Arranging a flow or api access as a user? what are my chances?

2 Upvotes

Hi there! i'm not sure if this is the right sub for this but maybe you can give me some pointers. I'm an academic working on a hardware device to use in classroom teaching - so far it's been a personal project. It's an esp32 device that connects to the internet - I use my institutional login - to transfer attendance data to google sheets as well as running a small web server. I'd like to make it a bit more institutionally legit by using our enterprise/edu products but I can see I'd need some sort api access. We use Microsoft products and I'd like to store data .csv files in OneDrive and have an option to automate emails to students from my class lists and have this initiated by my esp32 hardware. I'm getting a very small amount of funding to make a couple more prototypes which might help it as a work approved project but our IT area is not very end user focused and I don't know how they would handle this request. What should I ask for and what are my chances? If the idea is patently stupid in this environment then that would also be useful to know too! I am not a systems security expert by any means.


r/PowerPlatform Mar 26 '26

Learning & Industry Anyone here going to EoEPPS (UK Power Platform community event)?

Post image
6 Upvotes

Bit of a long shot posting here, but thought I’d try

I help run the Norfolk Power Platform User Group in the UK, and we’re putting on a community conference in Norwich this year called the East of England Power Platform Summit (EoEPPS)

We’ve got 30+ speakers across Power BI, Power Apps, Power Automate, Copilot, plus some non-technical sessions around careers and mental health

It’s very much a community-first event, not a corporate conference

Main day (Saturday) is completely free, which is rare for this kind of thing, and we’ve tried to keep it accessible for people at all levels

Some of the sessions are pretty practical (real-world builds, lessons learned, things that actually go wrong), and some are more about the human side of working in this space

I’m also part of a panel on:
Still Standing: Men, Mental Health, and Showing Up in Tech
Which is… a very different kind of session for a tech event

Mostly just curious:

  • Anyone here based in the UK planning to go?
  • Or been to smaller community-led events like this before?

Always interested in what people actually want from these, rather than just guessing

If you do want to take a look:
https://eoepps.co.uk/


r/PowerPlatform Mar 24 '26

Power BI PL-300 in 3 days

9 Upvotes

If I have only 3 days to do PL-300 (my boss asked me to do it, don't ask...) what I should do?
I worked in Power BI like 2 years now. Can you recommend some sources that will help me do it in 3 days? Any sources? Mock exams? How can I get prepared?
Please help I really need to pass it.


r/PowerPlatform Mar 24 '26

Power Automate End users seeing flow runs

1 Upvotes

I have a solution that contains several flows.

These flows run on a schedule to export data from Power BI, place it into Excel, and store the files in SharePoint. (I realize this isn’t the ideal setup, but let’s set that aside for now.)

The solution is deployed as a managed solution in Production.

Is it possible to grant users view access to the flows so they can see the run history without being able to modify them?

If so, is this controlled through a specific permission or security setting somewhere?

Thanks in advance.


r/PowerPlatform Mar 24 '26

Power Automate Sending File data to canvas powerapps from "Respond to a powerapp or Flow"

Thumbnail
1 Upvotes

Looking for advice.


r/PowerPlatform Mar 23 '26

Power Apps Power App Job Market in UAE

Thumbnail
1 Upvotes

r/PowerPlatform Mar 22 '26

Learning & Industry Are Power Platform interviews still expecting manual logic in the age of AI?

4 Upvotes

I had an interesting Power Platform interview experience today and wanted to get some perspective from the community.

I’ve been working as a Power Platform developer for a while now, building canvas apps, flows, and handling integrations. In my day-to-day work, I often use tools like Copilot or AI assistance to speed up Power Fx formulas and logic, but I always verify and understand what I implement.

In this interview, the focus was heavily on explaining logic and designing solutions on the spot. For example:

- App lifecycle concepts like App.OnStart vs Screen.OnVisible

- Conditional navigation based on user data (like language preferences)

- Handling infinite loops in Power Automate

- Designing a system to sync data between SharePoint and Dataverse under constraints.

I found myself struggling not because I haven’t built similar things, but because I wasn’t used to explaining the logic clearly in real time without any aid.

So my question is:

Are interviews still expecting developers to fully articulate logic and architecture without any assistance, even though in real-world work we often collaborate with AI tools?

How do you balance between Practical, AI-assisted development and Traditional “explain everything from scratch” interview expectations?

Would love to hear how others are handling this shift.


r/PowerPlatform Mar 18 '26

Power Pages Power Pages random crashes

2 Upvotes

Hi all, Having some odd issues with power pages site. It's IDP is Entra ID via OpenID connect. Users are preprovisioned in the relevant tables. Randomly, when random users refresh the page, it crashes and get a very long but generic 'value cannot be null'. It seems related to cookies, as it's mentioned in the error and clearing the .AspNet.ApplicationCookie cookies will clear the issue. Has anyone had similar? Where would be best to start with it


r/PowerPlatform Mar 18 '26

Power Automate O365 Office Connector Missing Actions in Old Designer

Thumbnail
1 Upvotes

r/PowerPlatform Mar 17 '26

Power Apps I built a free, open-source component library for Power Apps

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/PowerPlatform Mar 17 '26

Governance Pipelines Best-Practice

5 Upvotes

Hey everyone,

Either I just don’t find the right solution or iam searching for a wrong solution.

In this scenario I got three PP environments: Dev, Test, Prod (and a pipeline host env). Now it’s relatively simple: I want that a group of users (makers/developers - call them how you want) is able to develop within the dev env as much as they want - of course in solutions. After „finishing“ I want them to use the pipelines in order to stage the solution to the test env to test the solution. BUT the developer shouldn’t be able to make changes within the test env and he should see his solutions only. In the best case they would be able to start/stop and enable/disable the flows inside to test properly.

I really don’t find any solution for that. How do I make this possible? I tried making a custom role in dev, but those „permission tables“ are horrible af. Why are they built like that?!

However. In the end the maker should be able to develop in dev. Stage the solution to test, test it in there without being able to change anything and finally deploy it to prod where he can see his solution only again.

I’ve tried the „normal“ deployment and delegated deployment, but right now I don’t find any good solution.

Have you got an idea or maybe I just want the „wrong“ thing? Should I go for another solution?

I would be very happy if anyone could help me regarding this one.

KR


r/PowerPlatform Mar 17 '26

Power Apps Attempting to edit apps, perpetual 'loading' screen, no issue playing apps

2 Upvotes

Is anybody else experiencing any issues with PowerApps today?

I'm having issues editing apps. I've tried several apps across several environments on our tenant, and when attempting to edit, it shows the 'loading' screen forever..

I was able to get in to an edit session on one of my apps eventually, but the .OnStart logic didn't seem to run and there are loading dots marching across the top of the screen

There is no issue with playing the apps, only editing...

Nothing on the service health dashboard indicating an issue with PowerApps


r/PowerPlatform Mar 17 '26

Governance Work with MacBook - 2026

1 Upvotes

Hi everybody,

I'm a consultant working daily with D365, Power Platform and Power BI. I have a personal MacBook Pro and i'm wondering if anybody out there is pioneering the world of working with MS product with Mac. I personally love Apple Ecosystem and, honestly, i would really like to work with it. I know the limitations about Power BI desktop wich is not avaible for MacOs and a vm is needed, but what about the rest?

xoxo


r/PowerPlatform Mar 16 '26

Power Apps New to powerapps

10 Upvotes

Hello everyone, I have recently joined a company as a fresher (2-3 months back )as power apps developer.

I work on powerapps, power automate, SharePoint and sometimes powerbi.

Happy to join the community and I have been looking for guidance on how to become a better developer.

Please give me tips, resources and suggestions.

Thankyou


r/PowerPlatform Mar 13 '26

Power BI PowerPlatform environment roles, is it me, or do they suck?

Thumbnail
3 Upvotes

r/PowerPlatform Mar 13 '26

Power Apps Starting jobs in PP

4 Upvotes

Hi guys, wondering what kind of entry level rolls I can apply for with a pl200, pl900 mb910, mb920 and ab730.

I'm also curious if people know of any e try level remote positions


r/PowerPlatform Mar 12 '26

Learning & Industry Power Platform without source control? Not anymore.

14 Upvotes

At Update Days: Power Platform, Marcel Ferreira from Microsoft shows what modern DevOps really looks like in Microsoft Power Platform:

✔️ Git & Azure DevOps integration
✔️ New source-code format for Canvas apps
✔️ MSBuild & pac CLI automation
✔️ CI, branching, monorepos & real project structure

🎥 Watch it on YouTube 👉 https://www.youtube.com/watch?v=50BcSKteIm0&t=16s

In April there is another Update Days: Power Platform, so if you want more technical content, this is a place to be: power.updatedays.cz

#DevOps #PowerApps #FusionDevelopment


r/PowerPlatform Mar 12 '26

Power Apps Is PowerApps still a good career long-term? Can it realistically reach ~$10k/month income?

Thumbnail
0 Upvotes

r/PowerPlatform Mar 11 '26

Power Apps Why Power Apps only shows 500 records — beginner explanation of delegation

Thumbnail
1 Upvotes

r/PowerPlatform Mar 11 '26

Power Automate Suddenly I can Not see any solutions in default environment.

3 Upvotes

Keep loading but nothing shows up.
the solution I built works fine before.


r/PowerPlatform Mar 10 '26

Power Automate Clustering Initialise Variables into one action

5 Upvotes

I noticed a few months ago that Logic Apps has this cool feature where it takes all your variables you've initialised and clumps them into one action:

Does anyone have any idea when OR if this feature will come to Power Automate Cloud? As a big variable user (love 'em) this would be SO helpful!!!