Power Apps: Antiquity

Workflows will soon be deprecated, but what is better is that its successor is even more powerful. And what a coincidence its even called as Power Apps.

Being a SharePoint developer is tough, as your client considers anything and everything related to SharePoint as part of SharePoint. So if an app fetches and updates data in SharePoint list, then you got to know that app buddy. And that is precisely the reason i ended up exploring about Power Apps. I know i am a bit late to the party, but hey now most of the things are stable in MS Power sphere, and we will explore it to bits. Literally tear it!!

There are two types of Apps
  1. Canvas
  2. Model Driven Apps

Canvas Apps are UI centric apps and are basically used for the purpose of task or role based applications.
All you need to do is drag and drop the controls. Connect the datasource using the awesome list of 200 plus and counting connectors and voila!  These are non responsive by default, and you have to do lots of work to make them responsive.

Model Driven Apps on the other end are used for complex business logics. They are Data centric and use CDS( Common Data Service) to connect to a data source. Also they are responsive by default and no effort is required to make them responsive.

There is a beautiful article here explaining the differences which i referenced.

You can share your Canvas app as well as Model driven apps but you can also distribute your model driven apps using a solution component. All you need to do is make it into a solution component i.e. a zip file move it across the environment and republish it.

There is more on this neatly at MS site.

App Makers/Creators

Canvas Power App is made in App studio where as Model driven apps are made in App Designer.

The two Admin Centers are as below
  • Power Apps Admin Center: which is basically used to create and manage environments, users and DLP.
  • Power Platform Admin Center: which is used for managing the environments, analytics, support for Power Apps and Power Automate.
Whats Next ?


Comments

Popular posts from this blog

Creating Nested Galleries in Power Apps. (Parent-Child Relationship)

How to reset a datepicker control in PowerApps?

Reset () function failing to work on Edit form for Combo boxes in Power App.