Skip to content

Commit 1609e86

Browse files
Merge pull request SharePoint#9017 from Steven-Jia/patch-9
Remove non-existent trigger and update another trigger's description
2 parents d682ccc + 2aa2033 commit 1609e86

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

docs/business-apps/power-automate/sharepoint-connector-actions-triggers.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Microsoft SharePoint Connector for Power Automate
33
description: In Power Automate, Microsoft SharePoint Connector supports the following flow triggers and actions.
4-
ms.date: 09/27/2022
4+
ms.date: 06/22/2023
55
ms.service: power-automate
66
search.app:
77
- Flow
@@ -48,7 +48,7 @@ For more info about when Microsoft Syntex and how it classifies files see: [Intr
4848

4949
### When a file is created (properties only)
5050

51-
Triggers the flow when you create a file in a document library, and returns only the custom file properties associated with that file.
51+
Triggers the flow when you create a file in a document library and returns only the custom file properties associated with that file.
5252

5353
### When a file is created in a folder [deprecated]
5454

@@ -59,7 +59,7 @@ Triggers the flow when you create a file in a SharePoint folder. This trigger do
5959

6060
### When a file is created or modified (properties only)
6161

62-
Triggers the flow when you create a file, and each time you modify the file properties in a library. Returns only the custom file properties associated with that file.
62+
Triggers the flow when you create a file, and each time you modify the file properties in a library. Specify a value in the "Folder" property to target a specific folder; otherwise the trigger applies to the entire library. Returns only the custom file properties associated with that file.
6363

6464
### When a file is created or modified in a folder [deprecated]
6565

@@ -68,13 +68,9 @@ Triggers the flow when you create a file, and each time you modify the file prop
6868
6969
Triggers when a file is created, and also each time it is modified in a SharePoint folder. The trigger does not fire if a file is added/updated in a subfolder. If it is required to trigger on subfolders, multiple triggers should be created.
7070

71-
### When a file is created or modified in a folder (properties only)
72-
73-
Triggers the flow when you create a file, and each time you modify the file properties in the selected SharePoint folder. The trigger does not activate if you add or update a file in a subfolder. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
74-
7571
### When a file is deleted
7672

77-
Triggers the flow when you delete a file in a document library. You can optionally specify a folder to watch. When you delete a folder, the trigger activates only once for the deleted folder, including its subfolders. To get the properties of the deleted file, you must connect this trigger to the associated SharePoint site on which the trigger is epxected to run, using a site collection user account.
73+
Triggers the flow when you delete a file in a document library. You can optionally specify a folder to watch. When you delete a folder, the trigger activates only once for the deleted folder, including its subfolders. To get the properties of the deleted file, you must connect this trigger to the associated SharePoint site on which the trigger is expected to run, using a site collection user account.
7874

7975
### For a selected file
8076

@@ -103,7 +99,7 @@ Cancels hub join request. If applicable, specify the same Approval Correlation I
10399

104100
### Check in file
105101

106-
Checks in a checked out file in a document library, which makes the version of the document available to others.
102+
Checks in a checked-out file in a document library, which makes the version of the document available to others.
107103

108104
### Check out file
109105

@@ -176,13 +172,13 @@ Returns the list of attachments for the specified list item. To get to the conte
176172

177173
Gets all the columns or file properties changed since and until a specified time interval. To get all the columns changed when an item or a file is modified:
178174
- Use the _when an item or file is modified_ trigger, and,
179-
- Use the _Trigger Window Start Token_ & _Trigger Window End Token_ outputs from the _when an item or file is modified_ trigger to infer what columnns changed since last time flow checked for item or file updates.
175+
- Use the _Trigger Window Start Token_ & _Trigger Window End Token_ outputs from the _when an item or file is modified_ trigger to infer what columns changed since the last time flow checked for item or file updates.
180176

181177
For more info about how to use this action, see this tutorial video: [Introducing 'when an item or file modified' trigger and 'Get changes' action](https://youtu.be/AaWB3xlhJdc)
182178

183179
> [!NOTE]
184180
> - The list or library should have versioning configured in order to infer what columns or properties got modified since last change.
185-
> - Only column changes are suported for lists and libraries.
181+
> - Only column changes are supported for lists and libraries.
186182
> - File content changes are not supported.
187183
> - Attachment changes are not supported.
188184
> - _Trigger Window Start Token_ & _Trigger Window End Token_ are only available when you use _when an item or file is modified_ trigger.
@@ -241,7 +237,7 @@ Grants access to an item or a folder in SharePoint to specific people.
241237

242238
### Join hub site
243239

244-
Joins the requested site to the hub site. An Approval Token is required to complete the join successfully, if that hub requires approval. If applicable, specify the same Approval Correlation Id as used in the **Set hub site join status to pending** action.
240+
Joins the requested site to the hub site. An Approval Token is required to complete the join successfully if that hub requires approval. If applicable, specify the same Approval Correlation Id as used in the **Set hub site join status to pending** action.
245241

246242
### List folder
247243

@@ -261,7 +257,7 @@ Moves a folder. Works similarly to the **Move to** command in SharePoint librari
261257

262258
### Resolve person
263259

264-
Returns a single matching user value so it can be assigned to a column of type person. If there are no matches, or multiple matches, this action errors out.
260+
Returns a single matching user value so it can be assigned to a column of type person. If there are no matches or multiple matches, this action errors out.
265261

266262
### Send an HTTP request to SharePoint
267263

@@ -372,9 +368,9 @@ When you build a Power Automate flow to be triggered for an item, or for creatin
372368

373369
### Move files and flow runs
374370

375-
When you move one or more files from one document library to another, the original file is moved from the source library to the destination library. Moving the file does not alter any custom metadata, including when the file was created and modified. Hence, this action does not trigger any flows for those file updates associated in the library where it was moved.
371+
When you move one or more files from one document library to another, the original file is moved from the source library to the destination library. Moving the file does not alter any custom metadata, including when the file was created and modified. Hence, this action does not trigger any flows for those file updates associated with the library where it was moved.
376372

377-
### Syncing files to your OneDrive for business and SharePoint document libraries
373+
### Syncing files to your OneDrive for Business and SharePoint document libraries
378374

379375
When users sync one or more files from one document library to another, the original file is moved (synced) from your client to the destination library. Syncing the file will not alter any custom metadata including when the file was created and modified. Hence, this action will not trigger any flows for those file syncs in that library or in your OneDrive for business.
380376

0 commit comments

Comments
 (0)