Skip to content

Commit 61d8582

Browse files
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]>
1 parent 6092c58 commit 61d8582

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Set up your SharePoint site with lists and libraries
33
description: Set up your SharePoint site with lists and libraries
4-
ms.date: 6/23/2020
4+
ms.date: 11/17/2025
55
ms.localizationpriority: high
66
---
77

88
# Set up your SharePoint site with lists and libraries
99

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.
1111

1212
## Microsoft 365 tenant
1313

1414
To use Power Automate and build flows, you need a Microsoft 365 tenant.
1515

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.
1717

1818
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).
1919

@@ -29,9 +29,10 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis
2929
> You can use either a modern Teams site or a Communications site.
3030
3131
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**.
3233
1. In the **Create list** panel, enter the following:
3334

34-
* **Name**: Projects
35+
- **Name**: Projects
3536

3637
1. To create the list, select **Create**.
3738

@@ -40,26 +41,24 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis
4041
1. Select **+ Add column**, and to add an **Owner** column to the list, and then select the **Person** column type.
4142
1. In the **Create a column** panel, enter the following:
4243

43-
* **Name**: Owner
44-
* **Description**: Project owner
44+
- **Name**: Owner
45+
- **Description**: Project owner
4546

4647
1. To add the column to the Projects list, select **Save**. The new **Owner** column becomes available in the **Projects** list.
4748

4849
### Add new project items
4950

5051
In the List command bar, select **New**, and add the following list items:
5152

52-
* Item 1
53-
* **Title**: Project 1
54-
* **Owner**: Select a user from people picker
55-
56-
* Item 2
57-
* **Title**: Project 2
58-
* **Owner**: Select a user from people picker
59-
60-
* Item 3
61-
* **Title**: Project 3
62-
* **Owner**: pick a user from people picker
53+
- Item 1
54+
- **Title**: Project 1
55+
- **Owner**: Select a user from the people picker
56+
- Item 2
57+
- **Title**: Project 2
58+
- **Owner**: Select a user from the people picker
59+
- Item 3
60+
- **Title**: Project 3
61+
- **Owner**: pick a user from the people picker
6362

6463
## Next steps
6564

0 commit comments

Comments
 (0)