X

This site uses cookies and by using the site you are consenting to this. We utilize cookies to optimize our brand’s web presence and website experience. To learn more about cookies, click here to read our privacy statement.

How to Create an App in PowerApps and Flow

Limited coding skills? No problem! Microsoft’s recently released PowerApps and Flow are powerful tools that give non-developers a solution for building your own applications. To get you started, we’ll create a simple PowerApp as an example of how easy the process is. Follow along and by the end of the blog, you will have a freshly developed sales administration app.

What are PowerApps and Flow?

Let’s begin with a basic understanding of the programs. Flow allows you to create recipes that connect to a robust number of web services and data sources, allowing the user to create and string together metadata triggered events in a workflow style. For instance, you can have a Flow set to copy any Tweet with a specified hashtag and then copy the text of that Tweet to a SharePoint list in Office 365.

PowerApps is an application that allows a user to easily create data-driven mobile apps and deploy them within your organization. The publishing process is facilitated by a mobile app available for Apple, Android, and Windows, allowing you to download and run your PowerApps on your consumer’s mobile devices.

This blog will concentrate on creating a simple PowerApp. The app will allow your sales staff to access information from Salesforce.com, data processed by PowerBI, and tasks stored in SharePoint. We will focus on the use-case of accessing leads in Salesforce.com, being able to update a lead record, and saving that information back.

Creating a Sales Admin App

Creating an app using a data source (Salesforce.com in this case) is easy. You can add a new home screen to expand the app to leverage multiple data connections, thus creating a more robust, business-need specific application. This helps to demonstrate how PowerApps can allow your organization to unleash the potential of its data.

You have two choices when creating a PowerApp: use the web version or download the PowerApps Studio from the Windows Store. We will be using PowerApps studio in this blog.

  1. Choose New in PowerApps Studio and click on the arrow to the right pointing in the right direction.A screen shot of the Microsoft Learning module for PowerApps and Flow.
  2. We already have a Salesforce connection here. Click on that data source.A screenshot of the settings for PowerApps and Flow in Windows 10.
  3. Click on the default dataset.
    A screenshot of the settings in Windows 10 showcasing PowerApps and Flow.
  4. Since our goal is to leverage Leads information, choose the Leads table.A screenshot of the settings for PowerApps and Flow in Windows 10.
  5. PowerApps generates our application scaffolding.
    A screen shot of a document in Adobe Acrobat showcasing the integration of PowerApps and Flow.
  6. Voila! We already have a fully functional CRUD capable mobile app. We could stop here and have a usable application, but let’s make some additions.A screen shot of the Microsoft Docs app showcasing its integration with PowerApps and Flow.
  7. Add a new screen.
    A screen shot of the Adobe design tool featuring powerapps integration.
  8. Begin adding buttons and images using the Ribbon above the workspace.A screen shot of a document in Microsoft Office showcasing PowerApps.
  9. You can see the current Salesforce Leads icon and button and the future state functions on the home screen we quickly created and dragged to the top screen list to the left of the workspace.
    A screen shot of the Microsoft PowerApps app builder.
  10. Press the play button in the upper right-hand section of the studio and run the mobile app as you would see it on a mobile device (we’re actually using rendered images from a mobile device for greater fidelity). Below is the home screen representing the pathway to the current data connection (Salesforce leads) and future state data connections.
  11. Below is the screen that allows you read entries in the lead table from Salesforce.
  12. Once you click on a client lead, you see the details of that lead.
  13. The pencil icon allows you to edit the details of the record. When you click on the checkbox it will save directly back to the Salesforce lead table.

 

 

So there you have it! This demo takes about a total of 30 minutes to complete, provided the data sources are in place. You now have a ready-to-publish mobile app available to socialize with the sales staff in your enterprise.