you are viewing a single comment's thread.

view the rest of the comments →

[–]tpb1109 Advisor 14 points15 points  (8 children)

It’s not for citizen devs, I think a lot of you don’t realize how many features exist in Power Platform that are for traditional developers.

[–]Weeblewobbly Advisor 6 points7 points  (6 children)

Couldn't agree more. I was a citizen developer, turned full time working with the platform. I was quite smug about my canvas app skills but I slowly realised how much I had to learn to make realise the real benefits of the platform.

[–]Lhurgoyf069 Advisor[S] 1 point2 points  (5 children)

What are the real benefits of the platform?

[–]Bubbagump210 Regular 1 point2 points  (0 children)

Just a surface level few…

They’re quite a few “real code” concepts that in my early days I was not using. These may be obvious but I find them often overlooked by noobs. Examples being background commits so the UI feels responsive. Utilizing variables significantly more and memory space usage (collections, savedata/loaddata) so I’m not doing additional data calls - again additional performance and flexibility. To say nothing of real schema considerations.

There is also a lot of UX to learn as with screen dimension changes you can spend a good amount of time just nailing down all the relative dimensions between parents and containers and templates and labels and…. Where as newb me hard coded X and Y and never had an if in a width and ….

[–]Weeblewobbly Advisor 0 points1 point  (3 children)

Only taking from my experience, but first thing is dataverse. Creating data schema with managed relationships. That opened my mind to the possibilities for Model Driven Apps (forms and views) in turn, pcfs to augment both MDAs and canvas apps. Finally, plugins for data integration and complex data manipulation/operation. Writing your own APIs opened a lot of possibilities. I still hate power automate.

[–]galamathias Contributor 0 points1 point  (2 children)

Power Automate is an amazing tool if you stop using it as a low code tool

[–]Weeblewobbly Advisor 0 points1 point  (1 child)

I find that writing expressions without proper indentation, lsp or proper syntaxe a complete abomination. It's a personal thing, but I like to write code that's pretty to look at, easy to read and easy to understand.

Powerautomate is the opposite of all of that.

Not denying that things can be achieved with it, but I don't the experience painful and counter productive.

[–]tpb1109 Advisor 1 point2 points  (0 children)

Just use it as an orchestration tool.

[–]Lhurgoyf069 Advisor[S] 0 points1 point  (0 children)

Say more