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
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,70 @@ Updates the properties stored in columns in a library for the item specified by
274
274
275
275
Updates an item in a SharePoint list.
276
276
277
+
## Support for SharePoint Server
278
+
279
+
The following tables list all of the actions and triggers that are supported for SharePoint On-Premises 2013, 2016, or 2019. Any actions or triggers that are not mentioned are unsupported.
| When a file is created in a folder | Yes | Yes | Yes |
286
+
| When a file is created or modified in a folder | Yes | Yes | Yes |
287
+
| When an item is created | Yes<sup>1</sup> | Yes<sup>1</sup> | Yes<sup>1</sup> |
288
+
| When an item is created or modified | Yes<sup>1</sup> | Yes<sup>1</sup> | Yes<sup>1</sup> |
289
+
| When a file is created (properties only) | No | No | Yes<sup>1</sup> |
290
+
| When a file is created or modified (properties only) | No | No | Yes<sup>1</sup> |
291
+
| When an item is deleted | No | No | Yes<sup>2</sup> |
292
+
| When a file is deleted | No | No | Yes<sup>2</sup> |
293
+
| Resolve Person | No | No | Yes |
294
+
| Set content approval status | No | No | Yes |
295
+
296
+
> [!NOTE]
297
+
> 1. Does not support “Limit Columns by View”.
298
+
> 1. While this trigger is supported for SharePoint 2019, flows created using this trigger may encounter the following issues:
299
+
> - If there is no activity on the list for over 60 days or if there is some activity but no items are deleted for over 60 days, then the trigger will fail to activate.
300
+
> - The deletion of list items by the System User will activate the trigger.
| Send an HTTP request to SharePoint | Yes | Yes | Yes |
326
+
327
+
> [!NOTE]
328
+
> 1. This action includes "(deprecated)" in its display name. The "Copy file" action is different from this action.
329
+
> 1. This action only supports OData parameters, which excludes parameters such as "Limit Entries to Folder", "Include Nested Items", and "Limit Columns by View".
330
+
> 1. Does not support “Limit Columns by View”.
331
+
332
+
### Deprecated triggers
333
+
334
+
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.
335
+
336
+
| Trigger | Supported Version | Suggested Alternative |
337
+
| :-- | :-- | :-- |
338
+
| When a file is created in a folder | SharePoint 2019 | When a file is created (properties only) |
339
+
| When a file is created or modified in a folder | SharePoint 2019 | When a file is created or modified (properties only) |
0 commit comments