Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
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
---

# 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).

Expand All @@ -29,9 +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**.

Expand All @@ -40,26 +41,24 @@ 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.

### Add new project items

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

Expand Down