Tracking processes is a necessity for customers everywhere. As in any development process, the first step is to gather all the requirements needed to fulfill the business need; this will help us design the data structure to support our application.
As for the data source, this recipe will set up the required fields in a SharePoint list while also applying specific settings to make it as performant as it should be.
Getting ready
Before diving into developing solutions with Power Apps, you will need a Microsoft 365 subscription and, depending on the required features, an independent Power Platform license. Please refer to the Preface section for suggestions on getting a playground to build your apps.
We will use SharePoint as the data source for this recipe, so please refer to Chapter 1, App Maker Basics for detailed instructions on how to handle SharePoint lists and libraries. We will need two...