Okay, so in this video, we're gonna talk about customizing the SharePoint list form and breaking it out into three different views: the new, the edit, and the view. In our last video, we discussed how to customize the form of a SharePoint list item, but in this video, we're actually going to talk about customizing the three different views of a form. As we discussed last time, there are two sides to Power Apps: one for customizing forms and another for creating Power Apps for canvas apps. In this series, we're focusing on customizing the SharePoint list form. Let's take a look at a brand-new equipment form in the equipment list. By default, it uses the standard form provided by SharePoint. We will now customize all three views. To do this, we will go back into the form and uncheck the item. Next, we will go back into the custom forms using Power Apps. There are two types of screens or forms: one for editing and one for viewing. We need to modify a few actions to ensure that the events fire correctly. When editing an item, we want the edit screen or form to appear. When viewing an item, we want the view screen and form to appear. When creating a new item, we want the new screen and form to appear. We will not be making any changes to the layout, but instead focus on creating the different screens. Here are some pro tips to save time and reduce anxiety. Instead of creating new screens from scratch, we will duplicate the existing default screen. We will do this twice to set up the three different views or screens we need. In step three of this process, you will find a cheat sheet with easy steps and formulas to create the...