From cd7204bfd30018c2e7e60a46f3f26cf816910f4d Mon Sep 17 00:00:00 2001 From: "Ashlesha Pawar (Tata Consultancy Services Limited)" Date: Mon, 17 Nov 2025 19:31:29 +0530 Subject: [PATCH 1/3] Update list creation steps to include 'Create from blank > List' (#9666) --- .../get-started/set-up-sharepoint-site-lists-libraries.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md index 6bdb52272a..75669ae709 100644 --- a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md +++ b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md @@ -1,7 +1,7 @@ --- title: Set up your SharePoint site with lists and libraries description: Set up your SharePoint site with lists and libraries -ms.date: 6/23/2020 +ms.date: 11/17/2025 ms.localizationpriority: high --- @@ -29,7 +29,10 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis > You can use either a modern Teams site or a Communications site. 1. In the command bar, select **New** > **List**. -1. In the **Create list** panel, enter the following: + +1. A "How would you like to start?" dialog appears. Under **Create from blank**, select **List**. + +1. In the **Blank list** setup window, enter the following: * **Name**: Projects From a4e26626a17e870d4f75963bc99a6f063365b761 Mon Sep 17 00:00:00 2001 From: "Ashlesha Pawar (Tata Consultancy Services Limited)" Date: Mon, 17 Nov 2025 19:41:04 +0530 Subject: [PATCH 2/3] Refine steps for list creation dialog flow (#9666) --- .../get-started/set-up-sharepoint-site-lists-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md index 75669ae709..39a6c744e5 100644 --- a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md +++ b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md @@ -32,7 +32,7 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis 1. A "How would you like to start?" dialog appears. Under **Create from blank**, select **List**. -1. In the **Blank list** setup window, enter the following: +1. In the **Create list** panel, enter the following: * **Name**: Projects From e25de60bad9041c873afec0e98a354a328458861 Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Tue, 18 Nov 2025 13:50:50 -0500 Subject: [PATCH 3/3] Refine language & fix markdown issues bullet's should not have empty lines between them, unless adding an image/fenced code block after a bullet --- .../set-up-sharepoint-site-lists-libraries.md | 32 ++++++++----------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md index 39a6c744e5..6f01e67537 100644 --- a/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md +++ b/docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md @@ -7,13 +7,13 @@ ms.localizationpriority: high # Set up your SharePoint site with lists and libraries -To successfully complete the *Getting Started* tutorials, set up your SharePoint site with the following items. +To complete the *Getting Started* tutorials, configure your SharePoint site with the following items. ## Microsoft 365 tenant To use Power Automate and build flows, you need a Microsoft 365 tenant. -If you already have an Office 365 tenant, see section **Create Projects list** below. +If you already have an Office 365 tenant, refer to the section **Create Projects list** below. 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). @@ -29,12 +29,10 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis > You can use either a modern Teams site or a Communications site. 1. In the command bar, select **New** > **List**. - 1. A "How would you like to start?" dialog appears. Under **Create from blank**, select **List**. - 1. In the **Create list** panel, enter the following: - * **Name**: Projects + - **Name**: Projects 1. To create the list, select **Create**. @@ -43,8 +41,8 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis 1. Select **+ Add column**, and to add an **Owner** column to the list, and then select the **Person** column type. 1. In the **Create a column** panel, enter the following: - * **Name**: Owner - * **Description**: Project owner + - **Name**: Owner + - **Description**: Project owner 1. To add the column to the Projects list, select **Save**. The new **Owner** column becomes available in the **Projects** list. @@ -52,17 +50,15 @@ Create a new SharePoint list called **Projects**. To create a new SharePoint lis In the List command bar, select **New**, and add the following list items: -* Item 1 - * **Title**: Project 1 - * **Owner**: Select a user from people picker - -* Item 2 - * **Title**: Project 2 - * **Owner**: Select a user from people picker - -* Item 3 - * **Title**: Project 3 - * **Owner**: pick a user from people picker +- Item 1 + - **Title**: Project 1 + - **Owner**: Select a user from the people picker +- Item 2 + - **Title**: Project 2 + - **Owner**: Select a user from the people picker +- Item 3 + - **Title**: Project 3 + - **Owner**: pick a user from the people picker ## Next steps