You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB[PL-900]Lab1_Create_solution.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Upon successful completion of this exercise, you will:
28
28
## Task 1: Create an Event management solution
29
29
30
30
1. Open the [Power Apps maker portal](https://make.powerapps.com).
31
+
1. Make sure you're in **Dev One** environment.
31
32
1. Navigate to **Solutions**.
32
33
1. On the command bar, select **+New solution.**
33
34
1. In the new solution screen configure as follows:
@@ -72,3 +73,4 @@ Now that we have created a solution for storing our components, we are going to
72
73

73
74
74
75
Congratulations. You have successfully created a new solution using Power Platform. We will continue to use the solution to add additional components to it.
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB[PL-900]Lab2_Data_Model.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,9 @@ The estimated time to complete this exercise is **30 to 45** minutes.
41
41
In the previous lab, we created an Event management solution and set it as the preferred solution in this environment. For that reason, we do not need to go directly to the solution to create our data model. The items we create will automatically be added to the solution.
42
42
43
43
> **Note:**
44
-
If you encounter a **Needs Attention** error message on the table while creating a choice column with Copilot, you can create the column manually by following the steps below:
45
-
1. Select **View options**, then choose **View data**. The table structure will become visible.
46
-
1. Click on **+ New column** to add a new column.
47
-
44
+
> If you encounter a **Needs Attention** error message on the table while creating a choice column with Copilot, you can create the column manually by following the steps below:
45
+
> 1. Select **View options**, then choose **View data**. The table structure will become visible.
46
+
> 1. Click on **+ New column** to add a new column.
48
47
49
48
## Task 1: Create a data model
50
49
@@ -99,25 +98,25 @@ Now that we have created the table, we are going to add some additional columns
99
98
Copilot will likely create two tables, Event Session and Event Speaker. Since our Contacts will be speakers, we are going to remove the Event Speaker table.
100
99
101
100
1. If necessary, in the **What would you like to do next?** field, enter: *`Remove the Event Speaker table.`*
102
-
1. In Copilot, enter the following text: *`Add a new text column to the Event Session table called Session Description.`*
101
+
1. In **What would you like to do next?**, enter the following text: *`Add a new text column to the Event Session table called Session Description.`*
103
102
104
103

105
104
106
105
Next, we are going to add one last table called **Session Registrations**. This table will be used to manage the individuals who register for specific sessions.
107
106
108
-
1. In Copilot, enter the following text: *`Add a new table called Session Registrations.`*
107
+
1. In **What would you like to do next?**, enter the following text: *`Add a new table called Session Registrations.`*
109
108
110
109
Copilot will likely create two tables, Session Registration, Session, or Participant (or something else). Since our Contacts can be participants, we are going to remove the Participant table. If any other tables (such as Session or something else) other than Session Registration were created, remove them.
111
110
112
-
1. If necessary, in Copilot, enter the following text: *`Remove the Participant table.`*
111
+
1. If necessary, in **What would you like to do next?**, enter the following text: *`Remove the Participant table.`*
113
112
114
113
Sometimes a Participant Name column will be added to the session registration table. We need to remove it as it can cause problems later when we try to save the data model. (We are going to replace it with a different participant column later.)
115
114
116
-
1. If necessary, in Copilot, enter the following text: *`Remove the Participant Name column from the Session Registration table.`*
115
+
1. If necessary, in **What would you like to do next?**, enter the following text: *`Remove the Participant Name column from the Session Registration table.`*
117
116
118
117
1. If you now have a Primary Column field, enter the following text: *`Rename the Primary Column to Registration Name in Session Registration table.`*
119
118
120
-
1. In Copilot, enter the following text: *`Add a text column to the Session registration table called Special Instructions.`*
119
+
1. In **What would you like to do next?**, enter the following text: *`Add a text column to the Session registration table called Special Instructions.`*
121
120
122
121
Your completed Session Registration table should look similar to the image below:
123
122
@@ -296,3 +295,6 @@ Now that we have created the table, we are going to add some additional columns
296
295
297
296
Congratulations, you have successfully created a data model in Microsoft Dataverse.
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB[PL-900]Lab3_Create_site.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,14 @@ If this is the first time you are accessing the Power Pages maker portal, you ma
37
37
38
38

39
39
40
-
1. On the **Tell us a little about yourself** screen, select the **Skip** button.
40
+
1. On the **Tell us a little about yourself** screen, select the **Skip** button.**Do not** navigate away from this page.
41
41
42
42

43
43
44
44
## Task 1: Use Copilot to create a new Power pages site.
45
45
46
-
1. If necessary, navigate to <https://make.powerpages.microsoft.com>
47
-
1. On the **Power Pages design studio** home page, enter the following text: “*Build a site to manage events our organization hosts.”*
48
-
1. Select the **Send** button.
46
+
1. On the page, enter the following text: “*Build a site to manage events our organization hosts.”* to `Describe the site you want and let AI create the first draft` input box.
47
+
1. Select the **Build my site** button.
49
48
1. In the **Check the basic site details** screen, configure as follows:
50
49
-**Give your site a name:**`Contoso Event Management`
51
50
-**Create a web address:** Accept the default address provided
@@ -75,10 +74,10 @@ Sometimes when your site loads for the first time, you might see a Liquid object
75
74
Now that your initial site is created, you can use the design studio to modify you site by adding pages, text, images, forms, and more.
76
75
77
76
1.**Main navigation**, select **Home** to open the **Home** page.
78
-
1. Hover over the **Contoso Event management Site** text in the site header and select **Edit site header**.
77
+
1. Hover over the **Contoso Event management** text in the site header and select **Edit site header**.
79
78
1. Change the **Site title** to **Contoso Consulting**.
80
79
1. Select the **Upload image** button.
81
-
1. On the **Add an image** screen, select **Upload image**, choose the **Contoso Logo** from your class files, and choose **Open**.
80
+
1. On the **Add an image** screen, select **Upload image**, choose the **Contoso Logo** from your downloaded files, and choose **Open**.
82
81
1. With the **Contoso Logo** image selected, select **OK**.
83
82
1. After you are finished with your changes, select the **X** to leave the **Edit site header** screen.
84
83
1. To change the site background image, click anywhere in the background image.
@@ -193,7 +192,7 @@ Select the **Send** button.
193
192
1. From the menu that appears, select **Page settings**.
194
193
1. Configure the page settings as follows:
195
194
-**Name:** View Event
196
-
-**Partial URL:** View-Events
195
+
-**Partial URL:** View-Event
197
196
1. Select the **OK** button.
198
197
199
198
Finally, let’s create one more webpage form that we can use to edit an event.
@@ -280,7 +279,7 @@ To ensure that users are only seeing data relevant to them organizations can spe
280
279
1. Under **Main Navigation**, select the **Edit Event** page.
281
280
1. Select the **Update permission** button.
282
281
1. Configure the permission as follows:
283
-
-**Name:**Create Events
282
+
-**Name:**Edit Events
284
283
-**Table:** Event
285
284
-**Access Type:** Global access
286
285
1. Set the **Permission** to **Read** and **Update**.
@@ -291,15 +290,15 @@ To ensure that users are only seeing data relevant to them organizations can spe
291
290
292
291
Now that we have our pages and Items formatted the way we want, we are going to adjust the site navigation accordingly.
293
292
294
-
1. Under **Main Navigation**, select the **Ellipsis** next to the **Event** page.
293
+
1. Under **Main Navigation**, select the **Ellipsis** next to the **Events** page.
295
294
296
295
1. From the menu that appears, select **Move up**.
297
296
1. Repeat step until the **Event** page located below the **Contact Us** page.
298
297
1. Make sure the **New Event** page is located directly under the **Events** page. *(If not, move the New Event page until it is.)*
299
298
1. On the **New Event** page, select the **Ellipsis** button.
300
299
1. From the menu that appears, select **Make this a sub-page**.
301
-
1. Select the Ellipsis next to **View Event** and select **Move to Other Pages**.
302
-
1. Select the Ellipsis next to **Edit Event** and select **Move to Other Pages**.
300
+
1. Select the Ellipsis next to **View Event** and select **Move to "Other pages"**.
301
+
1. Select the Ellipsis next to **Edit Event** and select **Move to "Other pages"**.
303
302
1. On the **Command bar**, select the **Sync** button.
304
303
305
304
## Task 8: Preview and refine your site
@@ -326,3 +325,5 @@ Once your site is created, you will want to review it to ensure it meets your bu
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB[PL-900]Lab4_Canvas_App.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,14 @@ This lab uses AI to build out the components. Since AI results can vary, it’s
28
28
29
29
The estimated time to complete this exercise is **60 to 75** minutes.
30
30
> **Note:**
31
-
If you encounter a **Needs Attention** error message on the table while creating a choice column with Copilot, you can create the column manually by following the steps below:
32
-
1. Select **View options**, then choose **View data**. The table structure will become visible.
33
-
1. Click on **+ New column** to add a new column.
31
+
> If you encounter a **Needs Attention** error message on the table while creating a choice column with Copilot, you can create the column manually by following the steps below:
32
+
> 1. Select **View options**, then choose **View data**. The table structure will become visible.
33
+
> 1. Click on **+ New column** to add a new column.
34
34
35
35
## Task 1: Sign in to Power Apps and explore the interface
36
36
37
37
1. Open a web browser and navigate to the [Power Apps](https://make.powerapps.com/) maker portal.
38
+
1. Make sure you're in the **Dev One** environment.
38
39
1. Using the navigation on the left, select **Create**.
39
40
1. Under **Create your apps**, choose **Start with Copilot**.
40
41
1. In the **Describe the tables you want copilot to build** screen, type: *` I want to store time off requests sent by employees. The table should identify the start and end times of the request.`*
@@ -345,3 +346,4 @@ Upon review, we have decided that we do not need to have the ability to create u
0 commit comments