Welcome to the second article on development aspects of PowerApps on Office 365. This article will be a series of complete development on PowerApps. We will see real-time scenarios and all the examples of what Power App has to offer. Here, we will see how we developers are connecting SharePoint to our PowerApps and using it for various functionalities through the app.

Why PowerApps?

Organizations can’t allow the free sourcing of apps. They need to store some data with secured access, and who can provide better security than Microsoft?

You need to have Microsoft PowerApps for allowing users to access the apps. So, you not only save money on the app hosting but also, you host that on one of the world’s best platforms.

When it comes to development, it is the right tool to use, for a quicker and smarter app development process.

Let’s see what the app has

The app is divided into tabs on the top navigation - screens through the left navigation and the properties on the right navigation.

Development of App – View tab on PowerApps

Development On PowerApps For Office 365
Data sources
Development On PowerApps For Office 365

Data sources will help you to connect your app with various products now associated with PowerApps from SharePoint, SQL, Oracle and many more.

These data resources will help you to transfer data through the PowerApps. You can edit/create new data on that platform with the front-end as PowerApps.

Data Sources will also help you to pull your default forms or views from the platforms of your connections. This will be like a package to your app and will save you effort for form or data entry app building.

Media
Development On PowerApps For Office 365

Here under the media section, you can upload the media like images, videos and audio and attach it to their PowerApps as per your requirement.

Collections

A collection acts as a data source with the format of a table. Here, you can create and set collections by using the ClearCollect function.

Kindly find the reference below to read more about the function here.

Variable

Here you can create local and global variables which can be used by PowerApps to store data and call them on various part of the process.

Kindly find the reference below to read more about the function here.

Advanced - Screen
Development On PowerApps For Office 365

The advanced section is nothing but the screen’s properties which are categorized under the following,

Then comes the properties where you can configure,

You can add conditions and define actions on what happens when a rule is implied on the app.

We will see these in real-time scenarios. Here, we saw all the available controls on our PowerApps which will be used for developing an app. Keep following this series of articles to learn PowerApps Development.

Keep reading & keep learning!