Exercise - Add entities to the site map
In this exercise, you'll add the other tables that you created in prior modules.
Note
If you haven't completed the previous modules within this learning path, download the packaging files. These files contain the completed work on the accident tracking app thus far.
Return to your browser tab with the App Designer open to continue where you left off in the previous section (and you can skip down to step 3 below). If you've closed the App Designer browser tab, go to make.powerapps.com, and under Solutions, find and select your Accident Tracking solution.
In the Accident Tracking solution explorer, select Apps under objects and select your Accident Tracking Application.
The Accident Tracking Application should now be open on your screen. We're going to add some other views next.
In the Pages tab under Navigation, select the group Accident Tracking. (The image below step 5 shows the sequence of this step and the next.)
Select +New and in the popup select Dataverse table. Then select Next.
Search for and select your LocationTable. Then select Add. In the Settings panel (remember to select the tab called Settings) for LocationTable on the right side of the screen, go ahead and rename the Title as Location.
Now in the App Designer you'll notice the Location view under the Accident Tracking group. Repeat the process you used to add subareas for the TypeofAccidentTable and the EmployeeTable. Refer to step 5 above to remember the steps.
Rename the Title of each as Type of Accident and Employees, respectively.
Select Publish.
Your app navigation should now show four views below Accident tracking.
We've now enhanced our app to give users access to all four of our main tables in the app navigation. Each of these views provides users the ability to view/update records (depending on user data permissions) in any of these tables assigned to our app.