Category: PowerApps

In the last post, we had a quick introduction to PowerApps. We also demonstrated how to quickly create your first app. In this post, we’ll take a look at the app you created and how it can be used to view or edit existing data and create new items in our data source. A look […]
PowerApps makes the creation of business applications significantly easier (and cheaper) than the traditional approach to app development. In this post, we’ll give you some tips to help you find your feet in the world of developing with PowerApps. 1.What is PowerApps? PowerApps is a collection of services that allow organisations to create their own […]
Introduction In the previous post, we created and configured a SharePoint team site for storing policy and procedure documents and a list that will be used to track who has and who has not read a document. In this post, we’ll create a PowerApp that will list documets that are assigned to each user. Before […]
Introduction Policies and procedures play an essential role in any organisation and it is essential that employees have access to the latest documentation. By combining SharePoint and the Power Platform, it is quite easy to create a robust solution that can mange the creation and dissemination of these documents, as well as tracking who has […]
What are components? Components are reusable building blocks for canvas apps. You can define a set of controls to reuse inside an app. You could import a component into other apps as well. They behave in a master-instance manner, meaning that any updates you make to the original (‘master-instance’) will apply to other copies in the same app. So […]
In this post, I’ll show you how to create a cascading dropdown that posts back to lookup fields in SharePoint. Backend Configuration I have two lists in SharePoint Online: 1) Projects – This list holds project information such as the Project #, Project Name, Description, etc. The list has multiple Project #’s.  A single Project […]