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
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: 2-Power Apps Development/README.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,9 @@ Once the table is created, you can to customize the properties according to your
116
116
117
117

118
118
119
-
The app is ready to use, with the following features:
119
+
The app is ready to use, with the following features:
120
120
121
-
1. Dataverse table (Yes, your Excel table is Dataverse table now)
121
+
1. Dataverse table (Yes, your Excel table is Dataverse table now)
122
122
2. Show list of records
123
123
3. Possibility to filter records
124
124
4. CRUD operation
@@ -128,11 +128,45 @@ The app is ready to use, with the following features:
128
128
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)
129
129
130
130
##### 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)
132
152
133
153
##### 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)
0 commit comments