Skip to content

Commit 9fdaac8

Browse files
committed
2 parents 77ab8ba + 618270f commit 9fdaac8

File tree

7 files changed

+100
-194
lines changed

7 files changed

+100
-194
lines changed

docs/apis/site-creation-rest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Modern SharePoint Sites using REST
33
description: Create and get the status of a new modern SharePoint site by using the REST interface.
4-
ms.date: 06/05/2020
4+
ms.date: 02/05/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -47,8 +47,9 @@ body:
4747
"Classification":"Low Business Impact",
4848
"Description":"Description",
4949
"WebTemplate":"SITEPAGEPUBLISHING#0",
50-
"SiteDesignId":"6142d2a0-63a5-4ba0-aede-d9fefca2c767",
51-
50+
"SiteDesignId":"00000000-0000-0000-0000-000000000000",
51+
"Owner":"[email protected]",
52+
"WebTemplateExtensionID":"6142d2a0-63a5-4ba0-aede-d9fefca2c767"
5253
}
5354
}
5455
```

docs/business-apps/power-automate/get-started/create-your-first-flow.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Send an email when a new item is created or modified in a SharePoint list
33
description: Send an email when a new item is created or modified in a SharePoint list
4-
ms.date: 04/30/2020
4+
ms.date: 02/05/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
search.app:
88
- Flow
99
search.appverid: met150
1010
---
1111

12-
# Send an email when a new item is created or modified in a SharePoint list
12+
# Send an email when a new item is created in a SharePoint list
1313

1414
Using Power Automate, you can easily automate day-to-day tasks or build repetitive tasks in SharePoint that help you stay productive.
1515

16-
In this tutorial, you will create a flow that sends an email when a new item is added or modified in a SharePoint list.
16+
In this tutorial, you will create a flow that sends an email when a new item is added in a SharePoint list.
1717

1818
## Required setup
1919

@@ -61,11 +61,11 @@ Before proceeding with these instructions, make sure your SharePoint site is set
6161
> [!NOTE]
6262
> In this case, this flow that sends an email when new items are added to the list is now active, and runs whenever new items are added to the **Projects** list in the specified SharePoint site.
6363
64-
![Flow designer - send email when an item is added in a list](../../../images/gs01-when-item-is-added-template-flow-created.png)
64+
![Flow designer - send email when an item is added in a list - details](../../../images/gs01-when-item-is-added-template-flow-created.png)
6565

6666
1. Click **Edit** in the top command bar to edit the flow in the flow designer.
6767

68-
![Flow designer - send email when an item is added in a list](../../../images/gs01-designer-when-item-is-added-template.png)
68+
![Flow designer - send email when an item is added in a list - flow designer](../../../images/gs01-designer-when-item-is-added-template.png)
6969

7070
1. To expand and view the configured properties, select the When the new item is created trigger. Note the input configured to the SharePoint site address and list name from where you created the flow.
7171
1. In the **Send Email** action, to expand the action, select **Edit**. All the input is filled in with dynamic values from the **Get my profile** and **When the new item is created** actions.
@@ -118,13 +118,13 @@ To test your flow, either add a new item in SharePoint list by adding a new item
118118
1. In the **dynamic content** list, select values from the actions in your flow, (for example, in the **When the new item is created** trigger, the project owner information is available.
119119
1. To add the owner information, in the **dynamic content** list, in the search box, search for **owner**.
120120

121-
![Flow designer - add owner dynamic content](../../../images/gs01-designer-append-owner-dynamic-content.png)
121+
![Flow designer - add owner dynamic content - overview](../../../images/gs01-designer-append-owner-dynamic-content.png)
122122

123123
1. In the results, select **Owner DisplayName**. As you can see, it also displays other information, such as email, job title, picture and more. Because the **Owner** is a **person** column in SharePoint, SharePoint passes along the person details as individual properties to the flow.
124124

125125
The modified **Body** input appears like this with the included **Owner** info.
126126

127-
![Flow designer - add owner dynamic content](../../../images/gs01-designer-email-body-with-owner.png)
127+
![Flow designer - add owner dynamic content - body](../../../images/gs01-designer-email-body-with-owner.png)
128128

129129
1. To test the flow, repeat these steps.
130130

docs/declarative-customization/list-form-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ To configure the form in a list or library:
2323
1. If you are in a document library:
2424

2525
- Select a file.
26-
- In the **Information Pane**:
27-
- Locate the **Properties** section.
28-
- Click **Edit all**.
26+
- Select ...
27+
- Select More
28+
- Select Properties
2929

3030
1. At the top of the form, expand **Edit Form** icon and then select **Configure layout**
3131

0 commit comments

Comments
 (0)