You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/business-apps/power-automate/sharepoint-connector-actions-triggers.md
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,24 @@ For more info about when SharePoint Syntex and how it classifies files see: [Int
50
50
51
51
Triggers the flow when you create a file in a document library, and returns only the custom file properties associated with that file.
52
52
53
-
### When a file is created in a folder
53
+
### When a file is created in a folder [deprecated]
54
+
55
+
> [!NOTE]
56
+
> This trigger is deprecated and may not work as expected.
54
57
55
58
Triggers the flow when you create a file in a SharePoint folder. This trigger does not run if you add or update a file in a subfolder inside the folder this trigger is operating on. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
56
59
57
60
### When a file is created or modified (properties only)
58
61
59
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.
60
63
64
+
### When a file is created or modified in a folder [deprecated]
65
+
66
+
> [!NOTE]
67
+
> This trigger is deprecated and may not work as expected.
68
+
69
+
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.
70
+
61
71
### When a file is created or modified in a folder (properties only)
62
72
63
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).
@@ -103,7 +113,10 @@ Checks out a file in a document library to prevent others from editing the docum
103
113
104
114
Copies a file. Works similarly to the **Copy to** command in SharePoint libraries. After copying, returns info about the new file.
105
115
106
-
### Copy file (deprecated)
116
+
### Copy file [deprecated]
117
+
118
+
> [!NOTE]
119
+
> This action is deprecated and may not work as expected.
107
120
108
121
Copies a file to a SharePoint site.
109
122
@@ -318,7 +331,7 @@ The following tables list all of the actions and triggers that are supported for
@@ -333,18 +346,19 @@ The following tables list all of the actions and triggers that are supported for
333
346
334
347
> [!NOTE]
335
348
> 1. Does not support creating a large file by uploading it as a set of chunks.
336
-
> 1. This action includes "(deprecated)" in its display name. The "Copy file" action is different from this action.
349
+
> 1. This action includes "[deprecated]" in its display name. The "Copy file" action is different from this action.
337
350
> 1. This action only supports OData parameters, which excludes parameters such as "Limit Entries to Folder", "Include Nested Items", and "Limit Columns by View".
338
351
> 1. Does not support “Limit Columns by View”.
339
352
340
-
### Deprecated triggers
353
+
### Deprecated triggers and actions
341
354
342
355
These triggers are deprecated and are no longer actively maintained. While they are still present in the Microsoft SharePoint Connector, we recommend not utilizing deprecated triggers or actions in any new applications or solutions.
343
356
344
-
| Trigger | Supported Version | Suggested Alternative |
345
-
| :-- | :-- | :-- |
346
-
| When a file is created in a folder | SharePoint 2019 | When a file is created (properties only) |
347
-
| When a file is created or modified in a folder | SharePoint 2019 | When a file is created or modified (properties only) |
357
+
| Name | Type | Supported Version | Suggested Alternative |
358
+
| :-- | :-- | :-- | :-- |
359
+
| When a file is created in a folder [deprecated]| Trigger |SharePoint 2019 | When a file is created (properties only) |
360
+
| When a file is created or modified in a folder [deprecated]| Trigger | SharePoint 2019 | When a file is created or modified (properties only) |
0 commit comments