Skip to content

Commit ed27a5f

Browse files
authored
Merge pull request microsoft#36 from dikodev/main
Updated Lesson 10 README.md
2 parents 1eb1490 + 0430c43 commit ed27a5f

File tree

1 file changed

+13
-22
lines changed
  • 10-building-low-code-ai-applications

1 file changed

+13
-22
lines changed

10-building-low-code-ai-applications/README.md

+13-22
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ By the end of this lesson, you will be able to:
2323

2424
The tools and technologies that you will use in this lesson are:
2525

26-
- PowerApps for the Student Assignment Tracker app, which provides a low-code development environment for building apps to track, manage and interact with data.
26+
- Power Apps for the Student Assignment Tracker app, which provides a low-code development environment for building apps to track, manage and interact with data.
2727
- Dataverse for storing the data for the Student Assignment Tracker app where Dataverse will provide a low-code data platform for storing the apps data.
2828
- Power Automate for the Invoice Processing flow where you will have low-code development environment for building workflows to automate the Invoice Processing process.
2929
- AI Builder for the Invoice Processing AI Model where you will use prebuilt AI Models to process the invoices for our startup.
@@ -36,11 +36,11 @@ How does this work? Copilot is an AI assistant that enables you to build Power P
3636

3737
Copilot is available in all of the Power Platform products: Power Apps, Power Automate, Power BI, Power Pages and Power Virtual Agents. AI Builder is available in Power Apps and Power Automate. In this lesson, we will focus on how to use Copilot and AI Builder in Power Apps and Power Automate to build a solution for our education startup.
3838

39-
### Copilot in PowerApps
39+
### Copilot in Power Apps
4040

41-
As part of the Power Platform, PowerApps provides a low-code development environment for building apps to track, manage and interact with data. It is a suite of app development services with a scalable data platform and the ability to connect to cloud services and on-premises data. PowerApps allows you to build apps that run on browsers, tablets, and phones, and can be shared with co-workers. PowerApps eases users into app development with a simple interface, so that every business user or pro developer can build custom apps. The app development experience is also enhanced with Generative AI through Copilot.
41+
As part of the Power Platform, Power Apps provides a low-code development environment for building apps to track, manage and interact with data. It is a suite of app development services with a scalable data platform and the ability to connect to cloud services and on-premises data. Power Apps allows you to build apps that run on browsers, tablets, and phones, and can be shared with co-workers. Power Apps eases users into app development with a simple interface, so that every business user or pro developer can build custom apps. The app development experience is also enhanced with Generative AI through Copilot.
4242

43-
The copilot AI assistant feature in PowerApps enables you to describe what kind of app you need and what information you want your app to track, collect, or show. Copilot then generates a responsive Canvas app based on your description. You can then customize the app to meet your needs. The AI Copilot also generates and suggests a Dataverse Table with the fields you need to store the data you want to track and some sample data. We will look at what Dataverse is and how you can use it in PowerApps on this lesson later. You can then customize the table to meet your needs using the AI Copilot assistant feature through conversational steps. This feature is readily available from the PowerApps home screen.
43+
The copilot AI assistant feature in Power Apps enables you to describe what kind of app you need and what information you want your app to track, collect, or show. Copilot then generates a responsive Canvas app based on your description. You can then customize the app to meet your needs. The AI Copilot also generates and suggests a Dataverse Table with the fields you need to store the data you want to track and some sample data. We will look at what Dataverse is and how you can use it in Power Apps on this lesson later. You can then customize the table to meet your needs using the AI Copilot assistant feature through conversational steps. This feature is readily available from the Power Apps home screen.
4444

4545
### Copilot in Power Automate
4646

@@ -58,9 +58,9 @@ When you are getting started with using Copilot, you can use the [Power Platform
5858

5959
The educators at our startup have been struggling to keep track of student assignments. They have been using a spreadsheet to track the assignments but this has become difficult to manage as the number of students has increased. They have asked you to build an app that will help them track and manage student assignments. The app should enable them to add new assignments, view assignments, update assignments and delete assignments. The app should also enable the educators and students to view the assignments that have been graded and those that have not been graded.
6060

61-
You will build the app using Copilot in PowerApps following the steps below:
61+
You will build the app using Copilot in Power Apps following the steps below:
6262

63-
1. Navigate to the [PowerApps](https://make.powerapps.com) home screen.
63+
1. Navigate to the [Power Apps](https://make.powerapps.com) home screen.
6464

6565
2. Use the text area on the home screen to describe the app you want to build. For example, ***I want to build an app to track and manage student assignments***. Click on the **Send** button to send the prompt to the AI Copilot.
6666

@@ -106,7 +106,7 @@ Why should we use Dataverse for our startup? The standard and custom tables with
106106

107107
- **Secure**: Dataverse provides a secure and cloud-based storage option for your data. You can control who has access to the data in your tables and how they can access it using role based security.
108108

109-
- **Rich metadata**: Data types and relationships are used directly within PowerApps
109+
- **Rich metadata**: Data types and relationships are used directly within Power Apps
110110

111111
- **Logic and validation**: You can use business rules, calculated fields, and validation rules to enforce business logic and maintain data accuracy.
112112

@@ -116,7 +116,7 @@ Now that you know what Dataverse is and why you should use it, let's look at how
116116
117117
To create a table in Dataverse using Copilot, follow the steps below:
118118

119-
1. Navigate to the [PowerApps](https://make.powerapps.com) home screen.
119+
1. Navigate to the [Power Apps](https://make.powerapps.com) home screen.
120120

121121
2. On the left navigation bar, select on **Tables** and then click on **Describe the new Table**.
122122

@@ -155,7 +155,7 @@ Some of the Prebuilt AI Models available in Power Platform include:
155155
- **Form Processing**: This model extracts information from forms.
156156
- **Invoice Processing**: This model extracts information from invoices.
157157

158-
With Custom AI Models you can bring your own model into AI Builder so that it can function like any AI Builder custom model, allowing you to train the model using your own data. You can use these models to automate processes and predict outcomes in both PowerApps and Power Automate. When using your own model there are limitations that apply. Read more on these [limitations](https://learn.microsoft.com/en-us/ai-builder/byo-model#limitations).
158+
With Custom AI Models you can bring your own model into AI Builder so that it can function like any AI Builder custom model, allowing you to train the model using your own data. You can use these models to automate processes and predict outcomes in both Power Apps and Power Automate. When using your own model there are limitations that apply. Read more on these [limitations](https://learn.microsoft.com/en-us/ai-builder/byo-model#limitations).
159159

160160
![](images/ai-builder-models.png)
161161

@@ -216,29 +216,20 @@ For example, you can build flows to automatically generate text for a variety of
216216

217217
![](images/create-prompt-gpt.png)
218218

219-
To learn how to use this AI Model in Power Automate, go through the [Add intelligence with AI Builder and GPT](https://learn.microsoft.com/training/modules/add-intelligence-ai-copilot/?WT.mc_id=academic-109639-somelezediko) module.
219+
To learn how to use this AI Model in Power Automate, go through the [Add intelligence with AI Builder and GPT](https://learn.microsoft.com/en-us/training/modules/ai-builder-text-generation/?WT.mc_id=academic-109639-somelezediko) module.
220220

221221
## Resources
222222

223-
- [Add intelligence with AI Builder and GPT](https://learn.microsoft.com/training/modules/add-intelligence-ai-copilot/?WT.mc_id=academic-109639-somelezediko)
223+
- [Add intelligence with AI Builder and GPT](https://learn.microsoft.com/en-us/training/modules/ai-builder-text-generation/?WT.mc_id=academic-109639-somelezediko)
224224

225225
- [Get Started with AI Builder](https://learn.microsoft.com/training/modules/get-started-with-ai-builder/?WT.mc_id=academic-109639-somelezediko)
226226

227227
- [Detect Objects with AI Builder](https://learn.microsoft.com/training/modules/get-started-with-ai-builder-object-detection/?WT.mc_id=academic-109639-somelezediko)
228228

229+
- [Process Custom Documents with AI Builder](https://learn.microsoft.com/en-us/training/modules/get-started-with-form-processing/?WT.mc_id=academic-109639-somelezediko)
230+
229231
- [AI Copilot Overview](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/ai-overview?WT.mc_id=academic-109639-somelezediko)
230232

231233
- [Build a canvas app solution with Copilot in Power Apps](https://learn.microsoft.com/en-us/training/modules/build-canvas-app-real-estate-power-apps-copilot/?WT.mc_id=academic-109639-somelezediko)
232234

233235
- [Power Platform Copilot Prompt Library](https://pnp.github.io/powerplatform-prompts/?WT.mc_id=academic-109639-somelezediko)
234-
235-
236-
237-
238-
239-
240-
241-
242-
243-
244-

0 commit comments

Comments
 (0)