Posts

Publishing & Sharing Your Power App

Image
  Introduction When your Power App is ready, use the save, publish and share icons. Your workflow for publishing for the first time would be: Build your app Save your changes Click Publish (to make this the version that people will use) Share (select who can access the app or view it) A final step to take if you have linked your app to data is to make sure the data is also shared with your intended group or person. After completing this step, people will have the opportunity to engage with and utilize the app you have developed. An important tip is to choose a descriptive name, design an appealing icon, and provide a brief overview in the description. Power Apps Mobile App In order to use a Power App that you have developed on your mobile device, you must download the Power Apps app from the Google Play Store (for Android devices) or the Apple App Store (for iOS devices). The first time you start the Power Apps app, it will ask you to sign into your organizational account...

Power Apps: Debugging & Error Handling

Image
  Introduction Undoubtedly, there will be moments when something doesn’t function as you expect it to. This might occur while executing your application during runtime or after crafting what you consider to be the ideal formula for your control. This is a scenario that citizen developers frequently encounter, and Power Apps simplifies the process of diagnosing and resolving issues. App Checker There are various methods available for identifying problems or possible enhancements in your app, which are included with Power Apps by default. The initial option is to utilize the App Checker. The App Checker is a predefined set of guidelines executed by Power Apps to assess the application you have developed. You can find it in the menu located at the top right corner of the screen, where you can choose to either run it for the first time or perform a recheck if you have already done so. The App Checker analyzes your app and categorizes it into five distinct areas that showcase enhancemen...

Power Apps: Forms, Variables, & Collections

Image
  Forms Forms are set up in a manner akin to galleries, utilizing a drag and drop interface for their creation and configuration. We have the ability to change the arrangement of items in our form (referred to as data cards) by simply dragging and dropping within the interface. Additionally, we can select various options for each of our fields along with their visibility and editability through the properties. If we prefer not to allow our users to input data, we can also opt to remove fields (data cards) from our form. Just like Galleries, we have significant design flexibility and can utilize the properties of individual controls in our form to modify elements such as color and behavior. By default, forms do not allow users to submit data, this functionality must be implemented manually by the developer. Depending on your desired form behavior, there are various methods to achieve this, with the most common being a clickable button on the canvas that sends the data entered into t...

Connecting Power Apps To External Data

Image
  Connecting Power Apps To External Data Power Apps offers excellent capabilities for connecting to data from various systems and locations, including those within Microsoft 365 as well as external sources. Over 200 connectors are currently available. You can establish connections for your Power App through the Data tab in the App Authoring Menu.  Let’s connect to a SharePoint lis t so we can surface its data visually in our app: First, navigate to the Data tab in the App Authoring Menu. Then select Add data. Search for SharePoint and select it from the list. Then choose a list (or multiple) from the SharePoint site of your choosing and select Connect. Now our data is available to us in our app, and we can utilize it within our controls. Galleries We can enable the functionality to add to the list or modify existing entries through Form controls, and we can also display the list visually using Galleries: Add a Vertical or Horizontal Gallery to your canvas from the In...

Power Apps: Formulas & Properties

Image
  Formulas and Properties   Power Apps typically include numerous properties and formulas. Every element within a Power App will have a range of properties to utilize. A portion of these will characterize a specific attribute of the item. A screen for example has: BackgroundImage Fill ImagePosition LoadingSpinner LoadingSpinnerColor These properties are set up and persist until you change them. Some properties will perform actions based upon a state of the item. For example, a screen has: OnHidden OnStart OnVisible Properties of this kind will perform a change linked to the property only when that specific behavior is triggered; for instance, when a screen appears, you can refresh the data. To implement change or specify an action that occurs when a property is activated, Formulas are utilized. Consider formulas as guidelines. They can perform calculations, trigger events, or assist in establishing a logical progression within which specific actions may occur. They resemble Ex...

Power Apps: Managing Themes & Styling Options

Image
  Introduction Choosing a color scheme is one aspect. However, ensuring that it's simple to modify throughout your entire application is an extremely crucial decision. In your initial app, we highly suggest establishing a consistent approach from the beginning. It's essential to prioritize having a cohesive brand and color palette. You can accomplish this easily by setting your colors while editing in Power App Studio. If done correctly, they can be reused and modified with great ease. Power Apps Modern Themes   You can access the built-in theme options from the App Authoring Menu, allowing you to select from a pre-existing theme or design your own for use with your app's controls. This feature may be turned on by default, but if the option is not visible, you will need to activate modern controls and themes in the app settings located in the build hub menu. You can now see a themes section on the left side, where you can pick an existing theme or create a new one. When you...

Building A Power App: What's Next ?

Image
  About As you begin to explore the realm of app development and start working on your first application, there will be several common factors to keep in mind. Let's examine some of the more basic concepts. Building For Different Devices When starting to create Canvas apps from scratch, you have the option to select either a Tablet or Phone layout. Experienced Power Apps developers often suggest that this choice is not crucial since they incorporate responsive designs into their applications, making them adaptable to various devices. However, for those new to the process, selecting the tablet or phone format initially provides suitable screen dimensions to work with. If your application will mostly be accessed by mobile users, opt for the phone option. If you intend to use your app in a web browser, within a Teams environment, or on a tablet, select the tablet option. The Power Platform does offer the capability to automatically create apps, for instance, from SharePoint lists thro...