Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit bca2935

Browse files
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 4d42136 + 2e4dc8e commit bca2935

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

2-Power Apps Development/README.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Once the table is created, you can to customize the properties according to your
116116

117117
![Steps to create app from Excel](/2-Power%20Apps%20Development/assets/app-from-excel/steps-to-create-app-from-excel.gif)
118118

119-
The app is ready to use, with the following features:
119+
The app is ready to use, with the following features:
120120

121-
1. Dataverse table (Yes, your Excel table is Dataverse table now)
121+
1. Dataverse table (Yes, your Excel table is Dataverse table now)
122122
2. Show list of records
123123
3. Possibility to filter records
124124
4. CRUD operation
@@ -128,11 +128,45 @@ The app is ready to use, with the following features:
128128
Here you can find official documentations: [Create app from data](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/get-started-create-from-data)
129129

130130
##### Build an app using SharePoint
131-
<!-- - Angelo -->
131+
132+
With the same simplicity with which you can create an app starting from an Excel file, as seen in the previous paragraph, you can create an app starting from a SharePoint list.
133+
134+
Even in the case of an app generated from a SharePoint list, you will immediately have access to the following functionalities:
135+
136+
1. In the browse screen, you can scroll through all items in the list.
137+
2. In the details screen, you can show all information about a single item in the list.
138+
3. In the edit screen, you can create an item or update information about an existing item.
139+
140+
The steps to proceed are quite simple:
141+
142+
1. Create a SharePoint list with column you need. You can find an example [here](https://learn.microsoft.com/en-us/sharepoint/dev/business-apps/get-started/set-up-sharepoint-site-lists-libraries#create-projects-list)
143+
2. Sign in to Power Apps
144+
3. Click on create
145+
4. Select "SharePoint"
146+
5. Select connection for SharePoint, if you don't see any connection, click on "New Connection" and create a newone
147+
6. Now you're to be able to find your SharePoint site and your list
148+
7. Select list
149+
8. Click on connect
150+
151+
You can find more details [here](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/app-from-sharepoint)
132152

133153
##### Build an app using Dataverse
134-
<!-- - Use sample data and show how to add that.
135-
- Angelo -->
154+
155+
After creating an application, either starting from an Excel file or from a SharePoint list, we can automatically generate an application using Dataverse. This capability can be very useful if you need to create a complex application with a real database 'behind the scenes'.
156+
157+
Before start I want to suggest you to do [this training](https://learn.microsoft.com/en-us/training/modules/get-started-with-powerapps-common-data-service/) to understand how to create Table in Dataverse.
158+
159+
If you have Dataverse table ready, you can start:
160+
161+
1. Sign in to Power Apps
162+
2. Click on create
163+
3. Select "Dataverse"
164+
4. Select connection for Dataverse, if you don't see any connection, click on "New Connection" and create a newone
165+
5. Now you're to be able to flooking for your Dataverse table
166+
6. Choose it
167+
7. Click on connect
168+
169+
You can find more details [here](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/data-platform-create-app)
136170

137171
#### Building an App that contains Media
138172

0 Bytes
Binary file not shown.
6 KB
Binary file not shown.

0 commit comments

Comments
 (0)