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
Update list creation steps to reflect current SharePoint UI (#10484)
* Update list creation steps to include 'Create from blank > List' (#9666)
* Refine steps for list creation dialog flow (#9666)
* Refine language & fix markdown issues
bullet's should not have empty lines between them, unless adding an image/fenced code block after a bullet
---------
Co-authored-by: Andrew Connell <[email protected]>
Copy file name to clipboardExpand all lines: docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
title: Set up your SharePoint site with lists and libraries
3
3
description: Set up your SharePoint site with lists and libraries
4
-
ms.date: 6/23/2020
4
+
ms.date: 11/17/2025
5
5
ms.localizationpriority: high
6
6
---
7
7
8
8
# Set up your SharePoint site with lists and libraries
9
9
10
-
To successfully complete the *Getting Started* tutorials, set up your SharePoint site with the following items.
10
+
To complete the *Getting Started* tutorials, configure your SharePoint site with the following items.
11
11
12
12
## Microsoft 365 tenant
13
13
14
14
To use Power Automate and build flows, you need a Microsoft 365 tenant.
15
15
16
-
If you already have an Office 365 tenant, see section **Create Projects list** below.
16
+
If you already have an Office 365 tenant, refer to the section **Create Projects list** below.
17
17
18
18
For step-by-step instructions about how to join the Microsoft 365 Developer Program and sign up and configure your subscription, see the [Office 365 Developer Program documentation](/office/developer-program/office-365-developer-program).
19
19
@@ -29,9 +29,10 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis
29
29
> You can use either a modern Teams site or a Communications site.
30
30
31
31
1. In the command bar, select **New** > **List**.
32
+
1. A "How would you like to start?" dialog appears. Under **Create from blank**, select **List**.
32
33
1. In the **Create list** panel, enter the following:
33
34
34
-
***Name**: Projects
35
+
-**Name**: Projects
35
36
36
37
1. To create the list, select **Create**.
37
38
@@ -40,26 +41,24 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis
40
41
1. Select **+ Add column**, and to add an **Owner** column to the list, and then select the **Person** column type.
41
42
1. In the **Create a column** panel, enter the following:
42
43
43
-
***Name**: Owner
44
-
***Description**: Project owner
44
+
-**Name**: Owner
45
+
-**Description**: Project owner
45
46
46
47
1. To add the column to the Projects list, select **Save**. The new **Owner** column becomes available in the **Projects** list.
47
48
48
49
### Add new project items
49
50
50
51
In the List command bar, select **New**, and add the following list items:
0 commit comments